Compare unique address instead of human-readable title

As per https://codeberg.org/Hyperpipe/Hyperpipe/pulls/164#issuecomment-1791097
This commit is contained in:
banaanihillo 2024-04-27 18:13:12 +03:00
parent 5f79b292ab
commit a5f4047be0

View file

@ -128,7 +128,7 @@ const openSong = el => {
@click.prevent="artist.getArtist(channel.replace('/channel/', ''))"> @click.prevent="artist.getArtist(channel.replace('/channel/', ''))">
<i class="ign">{{ author ? author.replaceAll(' - Topic', '') : '' }}</i> <i class="ign">{{ author ? author.replaceAll(' - Topic', '') : '' }}</i>
</a> </a>
<span v-if="title === data.state?.title"> <span v-if="play === data.state?.url">
<span class="bi-play"></span> <span class="bi-play"></span>
<span>{{ t('title.now_playing') }}</span> <span>{{ t('title.now_playing') }}</span>
</span> </span>