mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-07 04:42:58 -05:00
[web] Fix for error messages not displaying #1500
This commit is contained in:
committed by
ejurgensen
parent
40ac39b6df
commit
879feab518
@@ -85,7 +85,12 @@
|
||||
<span class="heading" v-text="$t('dialog.queue-item.type')" />
|
||||
<span class="title is-6">
|
||||
<span
|
||||
v-text="[item.media_kind, item.data_kind].join(' - ')"
|
||||
v-text="
|
||||
[
|
||||
$t('media.kind.' + item.media_kind),
|
||||
$t('data.kind.' + item.data_kind)
|
||||
].join(' - ')
|
||||
"
|
||||
/>
|
||||
<span
|
||||
v-if="item.data_kind === 'spotify'"
|
||||
|
||||
Reference in New Issue
Block a user