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

master
njzy 4 years ago committed by GitHub
parent c7c91bccbc
commit 1374fbd450
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -103,7 +103,11 @@ export default {
}
});
} else {
getMP3(track.id);
if (unblockSongUrl) {
commitMP3(unblockSongUrl);
} else {
getMP3(track.id);
}
}
} else {
commitMP3(

Loading…
Cancel
Save