[web] Fix non-required property

This commit is contained in:
Alain Nussbaumer 2024-02-28 15:15:42 +01:00
parent 1bdfd68807
commit 60083f04f5

View File

@ -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() {