mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 13:08:01 +02:00
Delete remote playlists
+ minor ui changes
This commit is contained in:
parent
33fc79a736
commit
fb121317ee
9 changed files with 62 additions and 16 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue