aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/HttpServer/Security/AuthorizationContext.cs
diff options
context:
space:
mode:
authorClaus Vium <cvium@users.noreply.github.com>2021-06-22 07:38:08 +0200
committerGitHub <noreply@github.com>2021-06-22 07:38:08 +0200
commitf50bdb0f328e0c853f97521b12c3618b1af55e0b (patch)
treeec7eb27175c1a00a2f6199a012d69c152a082c3c /Emby.Server.Implementations/HttpServer/Security/AuthorizationContext.cs
parent026d8d28b7e7e0aea54426eff05419e2bfc735a0 (diff)
parentdb716bde95e6c14afc48d1343fc74ddbbd2ad97e (diff)
Merge pull request #6204 from Bond-009/extensions
Diffstat (limited to 'Emby.Server.Implementations/HttpServer/Security/AuthorizationContext.cs')
-rw-r--r--Emby.Server.Implementations/HttpServer/Security/AuthorizationContext.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/HttpServer/Security/AuthorizationContext.cs b/Emby.Server.Implementations/HttpServer/Security/AuthorizationContext.cs
index c87f7dbbd..488614609 100644
--- a/Emby.Server.Implementations/HttpServer/Security/AuthorizationContext.cs
+++ b/Emby.Server.Implementations/HttpServer/Security/AuthorizationContext.cs
@@ -3,7 +3,7 @@
using System;
using System.Collections.Generic;
using System.Net;
-using MediaBrowser.Common.Extensions;
+using Jellyfin.Extensions;
using MediaBrowser.Controller.Library;
using MediaBrowser.Controller.Net;
using MediaBrowser.Controller.Security;