diff options
| author | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2020-10-01 20:54:39 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-01 20:54:39 +0100 |
| commit | 02de44ec0c1e81fac698425ebf54fbe97e7aea41 (patch) | |
| tree | 38d86d20c8f60b02d4cfc605def4a4b5fff2aa77 | |
| parent | 688d098d61027bc10da7b0dbbb4f89a185e07444 (diff) | |
Update BaseAuthorizationHandler.cs
| -rw-r--r-- | Jellyfin.Api/Auth/BaseAuthorizationHandler.cs | 2 |
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; |
