mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-01-19 05:42:22 +01:00
fix(torrents): check torrent status when user download a torrent
This commit is contained in:
@@ -39,6 +39,9 @@
|
||||
case 703:
|
||||
NotifycationService.showErrorNotify('SERVER.CAN_NOT_DOWNLOAD_IDLE', 'TORRENT_DOWNLOAD_ERROR');
|
||||
break;
|
||||
case 704:
|
||||
NotifycationService.showErrorNotify('SERVER.TORRENT_STATUS_ERROR', 'TORRENT_DOWNLOAD_ERROR');
|
||||
break;
|
||||
default:
|
||||
NotifycationService.showErrorNotify(err.data.message, 'TORRENT_DOWNLOAD_ERROR');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user