This commit is contained in:
Shiny Nematoda 2022-10-02 16:49:55 +00:00
parent a9d7d07e7b
commit f48149d0c9
No known key found for this signature in database
GPG key ID: 6506D50F5613A42D
7 changed files with 29 additions and 13 deletions

View file

@ -185,7 +185,7 @@ onMounted(() => {
</KeepAlive>
<KeepAlive>
<Charts v-if="nav.state.page == 'charts'" />
<Charts v-if="nav.state.page == 'charts'" @play-urls="playList" />
</KeepAlive>
<NewPlaylist