Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/89a649cc23f863340e8f38953b4eef5c963d03e8?style=split&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Merge pull request from crobibero/api-file-return

Fix openapi file schema

(cherry picked from commit b56feac841)
Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
pull/4804/head
Claus Vium 4 years ago committed by Joshua M. Boniface
parent 24b2991def
commit 89a649cc23

@ -14,7 +14,8 @@ namespace Jellyfin.Server.Filters
{ {
Schema = new OpenApiSchema Schema = new OpenApiSchema
{ {
Type = "file" Type = "string",
Format = "binary"
} }
}; };

Loading…
Cancel
Save