mirror of
https://github.com/owntone/owntone-server.git
synced 2025-04-22 03:34:05 -04:00
[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 />
|
<br />
|
||||||
<span v-text="now_playing.artist" />
|
<span v-text="now_playing.artist" />
|
||||||
<span
|
<span
|
||||||
v-if="now_playing.data_kind === 'url'"
|
v-if="now_playing.album"
|
||||||
v-text="
|
v-text="
|
||||||
$t('navigation.now-playing', { album: now_playing.album })
|
$t('navigation.now-playing', { album: now_playing.album })
|
||||||
"
|
"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user