This commit is contained in:
Shiny Nematoda 2022-06-15 16:49:37 +00:00
parent 1153f78546
commit 44ee558509
3 changed files with 74 additions and 34 deletions

View file

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