mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 21:18:01 +02:00
Merge pull request 'Compare unique address instead of human-readable title' (#4) from feature/highlight-now-playing into main
Reviewed-on: https://codeberg.org/banaanihillo/Hyperpipe/pulls/4
This commit is contained in:
commit
b0bac43cc7
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