From e0dd732dee8732a045b51cefe6ae37a2009dd1a8 Mon Sep 17 00:00:00 2001 From: banaanihillo Date: Sun, 28 Apr 2024 05:28:35 +0000 Subject: [PATCH] feature: Show which track is Now Playing within a playlist (#164) Fixes #147 Reviewed-on: https://codeberg.org/Hyperpipe/Hyperpipe/pulls/164 Co-authored-by: banaanihillo Co-committed-by: banaanihillo --- src/components/SongItem.vue | 6 +++++- src/locales/en.json | 3 ++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/components/SongItem.vue b/src/components/SongItem.vue index d2f7aff..fbdeb69 100644 --- a/src/components/SongItem.vue +++ b/src/components/SongItem.vue @@ -128,13 +128,17 @@ const openSong = el => { @click.prevent="artist.getArtist(channel.replace('/channel/', ''))"> {{ author ? author.replaceAll(' - Topic', '') : '' }} + + + {{ t('title.now_playing') }} +