Browse Source

Nullable added

Jim Cartlidge 4 years ago
parent
commit
c1bfba9081
1 changed files with 1 additions and 0 deletions
  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
 #pragma warning disable CA1307
 
 
 using System;
 using System;