[web] Fix for error messages not displaying #1500

This commit is contained in:
Alain Nussbaumer
2022-06-19 16:32:46 +02:00
committed by ejurgensen
parent 40ac39b6df
commit 879feab518
6 changed files with 52 additions and 27 deletions

View File

@@ -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'"