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

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

Loading…
Cancel
Save