diff options
| author | crobibero <cody@robibe.ro> | 2020-08-03 13:33:43 -0600 |
|---|---|---|
| committer | crobibero <cody@robibe.ro> | 2020-08-03 13:33:43 -0600 |
| commit | 1535f363b28ab7e57354f2724f5f1900a000b5cc (patch) | |
| tree | f00276764b67e48666159f6512d94e4a51140fcd /Jellyfin.Api/Auth | |
| parent | 8bb510a9f65c73c08fb692a86112e1888c8206ce (diff) | |
Fix some request parameters
Diffstat (limited to 'Jellyfin.Api/Auth')
| -rw-r--r-- | Jellyfin.Api/Auth/BaseAuthorizationHandler.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Jellyfin.Api/Auth/BaseAuthorizationHandler.cs b/Jellyfin.Api/Auth/BaseAuthorizationHandler.cs index 495ff9d12..aa366f567 100644 --- a/Jellyfin.Api/Auth/BaseAuthorizationHandler.cs +++ b/Jellyfin.Api/Auth/BaseAuthorizationHandler.cs @@ -1,5 +1,4 @@ -using System.Net; -using System.Security.Claims; +using System.Security.Claims; using Jellyfin.Api.Helpers; using Jellyfin.Data.Enums; using MediaBrowser.Common.Net; |
