aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaronGreenback <jimcartlidge@yahoo.co.uk>2020-10-01 20:54:39 +0100
committerGitHub <noreply@github.com>2020-10-01 20:54:39 +0100
commit02de44ec0c1e81fac698425ebf54fbe97e7aea41 (patch)
tree38d86d20c8f60b02d4cfc605def4a4b5fff2aa77
parent688d098d61027bc10da7b0dbbb4f89a185e07444 (diff)
Update BaseAuthorizationHandler.cs
-rw-r--r--Jellyfin.Api/Auth/BaseAuthorizationHandler.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Api/Auth/BaseAuthorizationHandler.cs b/Jellyfin.Api/Auth/BaseAuthorizationHandler.cs
index e245b5768..d732b6bc6 100644
--- a/Jellyfin.Api/Auth/BaseAuthorizationHandler.cs
+++ b/Jellyfin.Api/Auth/BaseAuthorizationHandler.cs
@@ -1,4 +1,4 @@
-using System.Security.Claims;
+using System.Security.Claims;
using Jellyfin.Api.Helpers;
using Jellyfin.Data.Enums;
using MediaBrowser.Common.Extensions;