aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Auth/CustomAuthenticationHandler.cs
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2020-06-19 19:09:32 +0200
committerGitHub <noreply@github.com>2020-06-19 19:09:32 +0200
commitf8459502d82538cafd3110639da4c97914125f46 (patch)
tree7790e64f2694c61b27df229f58b7274d8d5bd486 /Jellyfin.Api/Auth/CustomAuthenticationHandler.cs
parent305808dd0ac4f86bb1663e7f6ba2b22064ace0ba (diff)
parent7e91ded58792bb052ced4705cac08747ca2ea9d8 (diff)
Merge pull request #3379 from Ullmie02/api-nullable
Remove #nullable enable in Jellyfin.Api
Diffstat (limited to 'Jellyfin.Api/Auth/CustomAuthenticationHandler.cs')
-rw-r--r--Jellyfin.Api/Auth/CustomAuthenticationHandler.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/Jellyfin.Api/Auth/CustomAuthenticationHandler.cs b/Jellyfin.Api/Auth/CustomAuthenticationHandler.cs
index 5e5e25e84..ea02e6a0b 100644
--- a/Jellyfin.Api/Auth/CustomAuthenticationHandler.cs
+++ b/Jellyfin.Api/Auth/CustomAuthenticationHandler.cs
@@ -1,5 +1,3 @@
-#nullable enable
-
using System.Globalization;
using System.Security.Authentication;
using System.Security.Claims;