Merge pull request #4762 from crobibero/api-file-return

Fix openapi file schema
This commit is contained in:
Claus Vium
2020-12-11 08:11:25 +01:00
committed by GitHub

View File

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