aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Auth
diff options
context:
space:
mode:
authorcrobibero <cody@robibe.ro>2020-08-03 13:33:43 -0600
committercrobibero <cody@robibe.ro>2020-08-03 13:33:43 -0600
commit1535f363b28ab7e57354f2724f5f1900a000b5cc (patch)
treef00276764b67e48666159f6512d94e4a51140fcd /Jellyfin.Api/Auth
parent8bb510a9f65c73c08fb692a86112e1888c8206ce (diff)
Fix some request parameters
Diffstat (limited to 'Jellyfin.Api/Auth')
-rw-r--r--Jellyfin.Api/Auth/BaseAuthorizationHandler.cs3
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;