mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-16 21:28:06 +00:00
fix: play unblock song error when disable cache (#81)
This commit is contained in:
parent
c7c91bccbc
commit
1374fbd450
1 changed files with 5 additions and 1 deletions
|
|
@ -103,7 +103,11 @@ export default {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
getMP3(track.id);
|
if (unblockSongUrl) {
|
||||||
|
commitMP3(unblockSongUrl);
|
||||||
|
} else {
|
||||||
|
getMP3(track.id);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
commitMP3(
|
commitMP3(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue