mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
fix ealy return
This commit is contained in:
parent
6c804800c0
commit
cea6987f72
@ -37,7 +37,10 @@ export default class MusicModel {
|
||||
},
|
||||
async () => {
|
||||
if (!useTidal) {
|
||||
return []
|
||||
return {
|
||||
total_length: 0,
|
||||
tracks: [],
|
||||
}
|
||||
}
|
||||
|
||||
const tidalResult = await SyncModel.tidalCore.getMyFavoriteTracks({
|
||||
|
Loading…
x
Reference in New Issue
Block a user