mirror of
https://github.com/owntone/owntone-server.git
synced 2025-04-15 08:45:54 -04:00
[web] Fix media kind not displayed correctly
This commit is contained in:
parent
42564905e0
commit
2a0badfea4
@ -58,7 +58,7 @@ export default {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 'property.type',
|
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',
|
key: 'property.added-on',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user