mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-07 12:53:00 -05:00
[web] Fix non-required property
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user