diff --git a/modules/torrents/client/controllers/torrent-info.client.controller.js b/modules/torrents/client/controllers/torrent-info.client.controller.js index 0c910814..ce1d9006 100644 --- a/modules/torrents/client/controllers/torrent-info.client.controller.js +++ b/modules/torrents/client/controllers/torrent-info.client.controller.js @@ -152,8 +152,9 @@ * @param item */ vm.reviewedTorrentStatus = function () { - vm.torrentLocalInfo.$setReviewedStatus(function (res) { - mtDebug.info(res); + TorrentsService.setReviewedStatus({ + _torrentId: vm.torrentLocalInfo._id + }, function (res) { vm.torrentLocalInfo = res; NotifycationService.showSuccessNotify('TORRENT_SETREVIEWED_SUCCESSFULLY'); }, function (res) {