mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-27 23:55:57 -05:00
[web] Fix broken album dialog
This commit is contained in:
parent
8f9f311bdf
commit
38ad945ec4
@ -71,8 +71,8 @@
|
|||||||
class="title is-6"
|
class="title is-6"
|
||||||
v-text="
|
v-text="
|
||||||
[
|
[
|
||||||
t('media.kind.' + album.media_kind),
|
$t('media.kind.' + album.media_kind),
|
||||||
t('data.kind.' + album.data_kind)
|
$t('data.kind.' + album.data_kind)
|
||||||
].join(' - ')
|
].join(' - ')
|
||||||
"
|
"
|
||||||
/>
|
/>
|
||||||
|
Loading…
Reference in New Issue
Block a user