From a5f4047be025dad658a0ff223517f7d49ffa0cc7 Mon Sep 17 00:00:00 2001 From: banaanihillo Date: Sat, 27 Apr 2024 18:13:12 +0300 Subject: [PATCH] Compare unique address instead of human-readable title As per https://codeberg.org/Hyperpipe/Hyperpipe/pulls/164#issuecomment-1791097 --- src/components/SongItem.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/SongItem.vue b/src/components/SongItem.vue index ac74fd6..fbdeb69 100644 --- a/src/components/SongItem.vue +++ b/src/components/SongItem.vue @@ -128,7 +128,7 @@ const openSong = el => { @click.prevent="artist.getArtist(channel.replace('/channel/', ''))"> {{ author ? author.replaceAll(' - Topic', '') : '' }} - + {{ t('title.now_playing') }}