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

Add SessionMessageType to generated openapi spec
This commit is contained in:
Bond-009
2021-03-11 22:35:33 +01:00
committed by GitHub

View File

@@ -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);
}
}
}