Selaa lähdekoodia

remove #nullable

crobibero 5 vuotta sitten
vanhempi
sitoutus
97ce641242
1 muutettua tiedostoa jossa 1 lisäystä ja 3 poistoa
  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;