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