aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server.Implementations/Security/AuthorizationContext.cs
diff options
context:
space:
mode:
authorcvium <clausvium@gmail.com>2021-09-03 21:43:06 +0200
committercvium <clausvium@gmail.com>2021-09-03 21:43:06 +0200
commit60185f99c4329da7c93cc3769c4c017aab61b6bf (patch)
tree5e3104d78a166f96cc5e5aa43d0593f6c425fd8a /Jellyfin.Server.Implementations/Security/AuthorizationContext.cs
parent6b3ecf25337d230a680ed83623bf7a40224b4873 (diff)
fix the build
Diffstat (limited to 'Jellyfin.Server.Implementations/Security/AuthorizationContext.cs')
-rw-r--r--Jellyfin.Server.Implementations/Security/AuthorizationContext.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Jellyfin.Server.Implementations/Security/AuthorizationContext.cs b/Jellyfin.Server.Implementations/Security/AuthorizationContext.cs
index d993ca234..e559d698a 100644
--- a/Jellyfin.Server.Implementations/Security/AuthorizationContext.cs
+++ b/Jellyfin.Server.Implementations/Security/AuthorizationContext.cs
@@ -5,7 +5,6 @@ using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Threading.Tasks;
-using Jellyfin.Extensions;
using MediaBrowser.Controller.Library;
using MediaBrowser.Controller.Net;
using Microsoft.AspNetCore.Http;