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
commit b56feac841
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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