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
commit e3adc9ab74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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