set type of GroupUpdate

This commit is contained in:
crobibero 2020-10-01 10:40:58 -06:00
parent 4a3e0062f9
commit 2b75af9873
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ namespace Jellyfin.Server.Filters
context.SchemaGenerator.GenerateSchema(typeof(SendCommand), context.SchemaRepository);
context.SchemaGenerator.GenerateSchema(typeof(GeneralCommandType), context.SchemaRepository);
context.SchemaGenerator.GenerateSchema(typeof(GroupUpdate<>), context.SchemaRepository);
context.SchemaGenerator.GenerateSchema(typeof(GroupUpdate<object>), context.SchemaRepository);
}
}
}