mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-27 20:58:01 +02:00
Fix Typo
This commit is contained in:
parent
2c1ba2e308
commit
e905bb0d9a
3 changed files with 258 additions and 250 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue