mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-16 17:33:04 +01:00
Add websocket session message type to generated openapi.json
This commit is contained in:
parent
5592967497
commit
8e09276d7d
1 changed files with 2 additions and 0 deletions
|
|
@ -25,6 +25,8 @@ namespace Jellyfin.Server.Filters
|
|||
context.SchemaGenerator.GenerateSchema(typeof(GeneralCommandType), context.SchemaRepository);
|
||||
|
||||
context.SchemaGenerator.GenerateSchema(typeof(GroupUpdate<object>), context.SchemaRepository);
|
||||
|
||||
context.SchemaGenerator.GenerateSchema(typeof(SessionMessageType), context.SchemaRepository);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue