Fix openapi file schema

pull/4762/head
crobibero 4 years ago
parent abcbb9f156
commit 34029f860c

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

Loading…
Cancel
Save