Explorar el Código

Nullable added

Jim Cartlidge hace 5 años
padre
commit
c1bfba9081
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Jellyfin.Server.Implementations/Users/UserManager.cs

+ 1 - 0
Jellyfin.Server.Implementations/Users/UserManager.cs

@@ -1,3 +1,4 @@
+#nullable enable
 #pragma warning disable CA1307
 
 using System;