Fix URL encoding in image upload request and update manifest for optional image hosting
This commit is contained in:
+1
-1
@@ -46,7 +46,7 @@
|
||||
"type": "string",
|
||||
"title": "Image Hosting Service",
|
||||
"description": "Upload artwork to a public image host so Discord can display it. Required when Navidrome is not publicly accessible.",
|
||||
"enum": ["imgbb", "uguu"]
|
||||
"enum": ["", "imgbb", "uguu"]
|
||||
},
|
||||
"imgbbapikey": {
|
||||
"type": "string",
|
||||
|
||||
Reference in New Issue
Block a user