Delete remote playlists

+ minor ui changes
This commit is contained in:
Shiny Nematoda 2023-04-16 09:59:47 +00:00
parent 33fc79a736
commit fb121317ee
No known key found for this signature in database
GPG key ID: 367DA4C64DF057AD
9 changed files with 62 additions and 16 deletions

View file

@ -105,9 +105,9 @@ onMounted(() => {
<span class="flex content">
<h4>{{ title }}</h4>
<a
class="ign"
:href="channel"
@click.prevent="artist.getArtist(channel.replace('/channel/', ''))"
class="ign">
@click.prevent="artist.getArtist(channel.replace('/channel/', ''))">
<i class="ign">{{ author ? author.replaceAll(' - Topic', '') : '' }}</i>
</a>
</span>