mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-07-07 17:32:20 +02:00
feat(status): load torrent_status data
This commit is contained in:
@@ -74,7 +74,8 @@
|
||||
vm.getUploadedTorrend = function () {
|
||||
TorrentsService.get({
|
||||
userid: vm.user._id,
|
||||
torrent_type: 'all'
|
||||
torrent_type: 'all',
|
||||
torrent_status: 'all'
|
||||
}, function (items) {
|
||||
vm.uploadedList = items.rows;
|
||||
vm.buildPager();
|
||||
|
||||
Reference in New Issue
Block a user