mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04:00
Merge pull request #4762 from crobibero/api-file-return
Fix openapi file schema
(cherry picked from commit b56feac841
)
Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
This commit is contained in:
parent
24b2991def
commit
89a649cc23
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ namespace Jellyfin.Server.Filters
|
|||
{
|
||||
Schema = new OpenApiSchema
|
||||
{
|
||||
Type = "file"
|
||||
Type = "string",
|
||||
Format = "binary"
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue