mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-05-07 20:16:24 +02:00
fix(torrents): fixed eslint warning
This commit is contained in:
@@ -95,7 +95,7 @@
|
||||
* $watch 'vm.torrentLocalInfo'
|
||||
*/
|
||||
$scope.$watch('vm.torrentLocalInfo', function (newValue, oldValue) {
|
||||
if(vm.torrentLocalInfo) {
|
||||
if (vm.torrentLocalInfo) {
|
||||
vm.torrentLocalInfo.resource_detail_info.custom_title = vm.TGI.getTorrentCustomTitle(vm.torrentLocalInfo);
|
||||
vm.torrentLocalInfo.resource_detail_info.custom_subtitle = vm.TGI.getTorrentCustomSubTitle(vm.torrentLocalInfo);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user