fix locale / allow pl to show before list loading is fully done

This commit is contained in:
vapormusic 2022-02-15 13:30:31 +07:00
parent dfe846cff0
commit 13a1f1951f
2 changed files with 12 additions and 7 deletions

View file

@ -189,7 +189,7 @@
openPlaylist(item) {
this.$root.appRoute(`playlist_` + item.id);
this.$root.showingPlaylist = [];
this.$root.getPlaylistFromID(this.$root.page.substring(9))
this.$root.getPlaylistFromID(this.$root.page.substring(9), true)
},
getPlaylistChildren(item) {
let self = this