mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 21:18:01 +02:00
Compare unique address instead of human-readable title
As per https://codeberg.org/Hyperpipe/Hyperpipe/pulls/164#issuecomment-1791097
This commit is contained in:
parent
5f79b292ab
commit
a5f4047be0
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue