Browse Source

Update UserManager.cs

BaronGreenback 4 years ago
parent
commit
2e3901252a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Jellyfin.Server.Implementations/Users/UserManager.cs

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

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