mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-07 18:24:19 -04:00
Merge pull request #4762 from crobibero/api-file-return
Fix openapi file schema (cherry picked from commit b56feac8413f6d050d95eec9bc5cbd54ccc234e1) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
This commit is contained in:
parent
24b2991def
commit
89a649cc23
@ -14,7 +14,8 @@ namespace Jellyfin.Server.Filters
|
||||
{
|
||||
Schema = new OpenApiSchema
|
||||
{
|
||||
Type = "file"
|
||||
Type = "string",
|
||||
Format = "binary"
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user