Add musicBrainzUrl property to artiste and parole

This commit is contained in:
2023-07-23 04:20:08 +04:00
parent 90a71bde3c
commit 1353419feb
2 changed files with 6 additions and 0 deletions
@@ -54,6 +54,9 @@
"allowedTypes": [ "allowedTypes": [
"images" "images"
] ]
},
"musicBrainzUrl": {
"type": "string"
} }
} }
} }
@@ -93,6 +93,9 @@
}, },
"gadeEmbed": { "gadeEmbed": {
"type": "string" "type": "string"
},
"musicBrainzUrl": {
"type": "string"
} }
} }
} }