Browse Source

Nullable added

Jim Cartlidge 5 năm trước cách đây
mục cha
commit
c1bfba9081
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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;