Minor Fixes

This commit is contained in:
Shiny Nematoda 2022-06-27 18:57:50 +00:00
parent 44ee558509
commit 2b55ff908f
No known key found for this signature in database
GPG key ID: 6506D50F5613A42D
6 changed files with 21 additions and 14 deletions

View file

@ -57,7 +57,7 @@ onMounted(() => {
<h4>{{ title }}</h4>
<a
:href="channel"
@click.prevent="$emit('get-artist', channel.replace('/channel', ''))"
@click.prevent="$emit('get-artist', channel.replace('/channel/', ''))"
class="ign">
<i class="ign">{{ author.replaceAll(' - Topic', '') }}</i>
</a>