fix ealy return

This commit is contained in:
SrGooglo 2023-08-22 23:40:30 +00:00
parent 01555cc40a
commit d480c673ec

View File

@ -37,7 +37,10 @@ export default class MusicModel {
},
async () => {
if (!useTidal) {
return []
return {
total_length: 0,
tracks: [],
}
}
const tidalResult = await SyncModel.tidalCore.getMyFavoriteTracks({