[web] Fix album not being displayed on the "Now Playing" page

Whenever available, the album information is now displayed on the "Now Playing Page".
This commit is contained in:
Alain Nussbaumer 2023-07-02 19:31:05 +02:00
parent 56842bb469
commit a7ca88574c
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -28,7 +28,7 @@
<br />
<span v-text="now_playing.artist" />
<span
v-if="now_playing.data_kind === 'url'"
v-if="now_playing.album"
v-text="
$t('navigation.now-playing', { album: now_playing.album })
"