mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-08-29 14:26:53 +02:00
fix(vip): Reorganize vip torrents show/hide
show in user status uploaded torrents list show in uploaded list at admin user page show in all newest torrents list at admin manage page
This commit is contained in:
@@ -69,8 +69,7 @@
|
||||
TorrentsService.get({
|
||||
userid: $state.params.userId,
|
||||
torrent_type: 'all',
|
||||
torrent_status: 'all',
|
||||
torrent_vip: false
|
||||
torrent_status: 'all'
|
||||
}, function (items) {
|
||||
vm.userUploadedList = items.rows;
|
||||
vm.buildPager();
|
||||
|
||||
Reference in New Issue
Block a user