[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:
parent
56842bb469
commit
a7ca88574c
File diff suppressed because one or more lines are too long
|
@ -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 })
|
||||
"
|
||||
|
|
Loading…
Reference in New Issue