[web] Fix media kind not displayed correctly

This commit is contained in:
Alain Nussbaumer 2025-03-25 21:16:36 +01:00
parent 42564905e0
commit 2a0badfea4

View File

@ -58,7 +58,7 @@ export default {
},
{
key: 'property.type',
value: `${this.$t(`media.kind.${this.item.mediaKind}`)} - ${this.$t(`data.kind.${this.item.data_kind}`)}`
value: `${this.$t(`media.kind.${this.item.media_kind}`)} - ${this.$t(`data.kind.${this.item.data_kind}`)}`
},
{
key: 'property.added-on',