diff options
| author | Claus Vium <cvium@users.noreply.github.com> | 2021-10-26 00:06:31 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-26 00:06:31 +0200 |
| commit | deb349f4c5125dc9118279d52d9460aadc994eda (patch) | |
| tree | e9a5fa7a5eebbff7c34f9d8c3fd3228390192f4b /Jellyfin.Api/Auth/BaseAuthorizationHandler.cs | |
| parent | 26cfde87655bff6c33ba4ba86dc2786eb430fe13 (diff) | |
| parent | a60a1ab89b68d47d00fe4dc948b4ef1c036d42ec (diff) | |
Merge pull request #5755 from BaronGreenback/NetworkAccessPolicy
Diffstat (limited to 'Jellyfin.Api/Auth/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 392498c53..13d3257df 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; |
