Fix openapi file schema
This commit is contained in:
parent
abcbb9f156
commit
34029f860c
|
@ -14,7 +14,8 @@ namespace Jellyfin.Server.Filters
|
|||
{
|
||||
Schema = new OpenApiSchema
|
||||
{
|
||||
Type = "file"
|
||||
Type = "string",
|
||||
Format = "binary"
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user