Revert "revert"

This reverts commit 24313b53cf.
This commit is contained in:
vapormusic 2022-02-16 13:21:09 +07:00
parent cd6a5ac10d
commit 209d3889fb
2 changed files with 5 additions and 5 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