Procházet zdrojové kódy

set type of GroupUpdate

crobibero před 4 roky
rodič
revize
2b75af9873
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      Jellyfin.Server/Filters/WebsocketModelFilter.cs

+ 1 - 1
Jellyfin.Server/Filters/WebsocketModelFilter.cs

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