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