This commit is contained in:
Shiny Nematoda 2023-05-15 15:53:29 +00:00
parent 2c1ba2e308
commit e905bb0d9a
3 changed files with 258 additions and 250 deletions

View file

@ -435,7 +435,7 @@ onMounted(async () => {
:name="i.name.replace('Playlist - ', '')"
:author="t('title.songs') + ' • ' + i.videos"
:art="pathname(i.thumbnail) != '/' ? i.thumbnail : undefined"
@open-album="$emit('open-playlist', '/playlists?list=' + i.id)" />
@open-album="$emit('open-playlist', '/playlist?list=' + i.id)" />
</div>
<form v-else class="login" @submit.prevent>
<input