diff --git a/modules/torrents/client/controllers/torrent-info.client.controller.js b/modules/torrents/client/controllers/torrent-info.client.controller.js index 59cdc559..fc99ecb6 100644 --- a/modules/torrents/client/controllers/torrent-info.client.controller.js +++ b/modules/torrents/client/controllers/torrent-info.client.controller.js @@ -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); }