mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-16 13:17:46 +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
|
|
@ -102,9 +102,13 @@ export default {
|
|||
getMP3(track.id);
|
||||
}
|
||||
});
|
||||
} else {
|
||||
if (unblockSongUrl) {
|
||||
commitMP3(unblockSongUrl);
|
||||
} else {
|
||||
getMP3(track.id);
|
||||
}
|
||||
}
|
||||
} else {
|
||||
commitMP3(
|
||||
unblockSongUrl ||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue