mirror of
https://github.com/qier222/YesPlayMusic.git
synced 2024-11-22 15:10:24 +08:00
fix: play unblock song error when disable cache (#81)
This commit is contained in:
parent
c7c91bccbc
commit
1374fbd450
|
@ -102,9 +102,13 @@ export default {
|
|||
getMP3(track.id);
|
||||
}
|
||||
});
|
||||
} else {
|
||||
if (unblockSongUrl) {
|
||||
commitMP3(unblockSongUrl);
|
||||
} else {
|
||||
getMP3(track.id);
|
||||
}
|
||||
}
|
||||
} else {
|
||||
commitMP3(
|
||||
unblockSongUrl ||
|
||||
|
|
Loading…
Reference in New Issue
Block a user