mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-03-04 03:01:02 +01:00
feat(core): list music top list and newest in home page
This commit is contained in:
@@ -222,7 +222,7 @@
|
||||
torrent_status: 'reviewed',
|
||||
torrent_type: 'music',
|
||||
newest: true,
|
||||
limit: 14
|
||||
limit: 13
|
||||
}, function (items) {
|
||||
if (items.rows.length > 0) {
|
||||
vm.musicNewList = items.rows;
|
||||
|
||||
Reference in New Issue
Block a user