fix: fixed #118, weird threading issue

This commit is contained in:
Terry Geng
2020-04-02 18:27:15 +08:00
parent eeaa09b564
commit d32d30b795
4 changed files with 7 additions and 9 deletions

View File

@ -495,7 +495,6 @@
statusCode : {
200 : function(data) {
if (data.ver !== playlist_ver) {
playlist_ver = data.ver;
checkForPlaylistUpdate();
}
updateControls(data.empty, data.play, data.mode);