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