fix: play unblock song error when disable cache (#81)

This commit is contained in:
njzy 2020-12-09 21:22:56 +08:00 committed by GitHub
parent c7c91bccbc
commit 1374fbd450
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -102,9 +102,13 @@ export default {
getMP3(track.id);
}
});
} else {
if (unblockSongUrl) {
commitMP3(unblockSongUrl);
} else {
getMP3(track.id);
}
}
} else {
commitMP3(
unblockSongUrl ||