mirror of
https://github.com/IrosTheBeggar/mStream.git
synced 2025-10-27 07:31:02 +00:00
fix bug with recent api
This commit is contained in:
parent
6fccc508d4
commit
fc4f0242dd
@ -738,7 +738,7 @@ exports.setup = function (mstream, program) {
|
||||
orClause,
|
||||
{ 'ts': { '$gt': 0 } }
|
||||
]
|
||||
}).limit(limit).simplesort('ts', true).eqJoin(userMetadataCollection.chain(), leftFun, rightFunDefault, mapFunDefault).data();
|
||||
}).simplesort('ts', true).limit(limit).eqJoin(userMetadataCollection.chain(), leftFun, rightFunDefault, mapFunDefault).data();
|
||||
|
||||
for (let row of results) {
|
||||
songs.push({
|
||||
|
||||
Loading…
Reference in New Issue
Block a user