mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-07-19 18:51:38 +02:00
fix(torrents): fixed torrent review in detail page issue
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user