aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server.Implementations/Security/AuthorizationContext.cs
diff options
context:
space:
mode:
authorStepan Goremykin <goremukin@gmail.com>2023-04-06 18:41:25 +0200
committerStepan Goremykin <goremukin@gmail.com>2023-04-06 19:17:28 +0200
commit26958162d01ea9557d80f384face93012f70b821 (patch)
treea5e32dbae042f1bbe10634d68ea0b560397ed293 /Jellyfin.Server.Implementations/Security/AuthorizationContext.cs
parent2c03f7e85d9bca7b243f0021f454b6bfd780d2f3 (diff)
Remove unused using directives
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 63d3e8a04..700e63970 100644
--- a/Jellyfin.Server.Implementations/Security/AuthorizationContext.cs
+++ b/Jellyfin.Server.Implementations/Security/AuthorizationContext.cs
@@ -4,7 +4,6 @@ using System;
using System.Collections.Generic;
using System.Net;
using System.Threading.Tasks;
-using EFCoreSecondLevelCacheInterceptor;
using MediaBrowser.Controller;
using MediaBrowser.Controller.Library;
using MediaBrowser.Controller.Net;