fix loading stuck

This commit is contained in:
vapormusic 2021-12-22 12:15:31 +07:00
parent 7ca79d024d
commit 135793850a
2 changed files with 3 additions and 1 deletions

View file

@ -826,9 +826,11 @@ const app = new Vue({
a = []
} finally {
this.showingPlaylist = a
this.playlists.loadingState = 1
}
} finally {
this.showingPlaylist = a
this.playlists.loadingState = 1
}
;
},