Fix openapi file schema

This commit is contained in:
crobibero 2020-12-10 19:05:49 -07:00
parent abcbb9f156
commit 34029f860c

View file

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