Explorar o código

Merge pull request #3379 from Ullmie02/api-nullable

Remove #nullable enable in Jellyfin.Api
Bond-009 %!s(int64=5) %!d(string=hai) anos
pai
achega
f8459502d8

+ 1 - 3
Jellyfin.Api/Auth/BaseAuthorizationHandler.cs

@@ -1,6 +1,4 @@
-#nullable enable
-
-using System.Net;
+using System.Net;
 using System.Security.Claims;
 using Jellyfin.Api.Helpers;
 using Jellyfin.Data.Enums;

+ 0 - 2
Jellyfin.Api/Auth/CustomAuthenticationHandler.cs

@@ -1,5 +1,3 @@
-#nullable enable
-
 using System.Globalization;
 using System.Security.Authentication;
 using System.Security.Claims;

+ 1 - 3
Jellyfin.Api/Helpers/ClaimHelpers.cs

@@ -1,6 +1,4 @@
-#nullable enable
-
-using System;
+using System;
 using System.Linq;
 using System.Security.Claims;
 using Jellyfin.Api.Constants;