From 5f79b292abb389e654c279f1be7b87a123970626 Mon Sep 17 00:00:00 2001 From: "banaanihillo@protonmail.ch" Date: Sat, 27 Apr 2024 16:13:51 +0300 Subject: [PATCH] feature: Show which track is Now Playing within a playlist Fixes #147 --- 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..ac74fd6 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') }} +