Explorar el Código

remove #nullable

crobibero hace 5 años
padre
commit
97ce641242
Se han modificado 1 ficheros con 1 adiciones y 3 borrados
  1. 1 3
      Jellyfin.Api/Controllers/ItemUpdateController.cs

+ 1 - 3
Jellyfin.Api/Controllers/ItemUpdateController.cs

@@ -1,6 +1,4 @@
-#nullable enable
-
-using System;
+using System;
 using System.Collections.Generic;
 using System.Linq;
 using System.Threading;