mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-26 23:25:56 -05:00
[web] Fix non-required property
This commit is contained in:
parent
1bdfd68807
commit
60083f04f5
@ -43,7 +43,7 @@ export default {
|
||||
props: {
|
||||
composers: { required: true, type: Object },
|
||||
hide_group_title: Boolean,
|
||||
media_kind: { required: true, type: String }
|
||||
media_kind: { default: '', type: String }
|
||||
},
|
||||
|
||||
data() {
|
||||
|
Loading…
Reference in New Issue
Block a user