Merge pull request #5480 from crobibero/api-session-message-type

Add SessionMessageType to generated openapi spec

(cherry picked from commit e3adc9ab74abaaa00a40bba7614e8e42d63119ee)
Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
This commit is contained in:
Bond-009 2021-03-11 22:35:33 +01:00 committed by Joshua M. Boniface
parent 318c1f7f0c
commit 2ce6b347f5

View File

@ -25,6 +25,8 @@ namespace Jellyfin.Server.Filters
context.SchemaGenerator.GenerateSchema(typeof(GeneralCommandType), context.SchemaRepository); context.SchemaGenerator.GenerateSchema(typeof(GeneralCommandType), context.SchemaRepository);
context.SchemaGenerator.GenerateSchema(typeof(GroupUpdate<object>), context.SchemaRepository); context.SchemaGenerator.GenerateSchema(typeof(GroupUpdate<object>), context.SchemaRepository);
context.SchemaGenerator.GenerateSchema(typeof(SessionMessageType), context.SchemaRepository);
} }
} }
} }