aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server.Implementations/Security/AuthorizationContext.cs
diff options
context:
space:
mode:
authorClaus Vium <cvium@users.noreply.github.com>2021-10-08 16:06:15 +0200
committerGitHub <noreply@github.com>2021-10-08 16:06:15 +0200
commitb16e6621b3e5f64e8e575f40ce3040d12125f9b7 (patch)
tree96ff994588cdaad75d7b9a05463e8cfc0767202f /Jellyfin.Server.Implementations/Security/AuthorizationContext.cs
parenteea2ba9b681809869d8b3d57e46e9084ba1461f7 (diff)
parent017380f1ddccb46ce270f1d0df8e07d639ba3704 (diff)
Merge pull request #6663 from crobibero/dotnet-6-rc1
Reference dotnet6-rc1 packages
Diffstat (limited to 'Jellyfin.Server.Implementations/Security/AuthorizationContext.cs')
-rw-r--r--Jellyfin.Server.Implementations/Security/AuthorizationContext.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Server.Implementations/Security/AuthorizationContext.cs b/Jellyfin.Server.Implementations/Security/AuthorizationContext.cs
index ba2cfc724..3ab043c64 100644
--- a/Jellyfin.Server.Implementations/Security/AuthorizationContext.cs
+++ b/Jellyfin.Server.Implementations/Security/AuthorizationContext.cs
@@ -2,12 +2,12 @@
using System;
using System.Collections.Generic;
-using System.Linq;
using System.Net;
using System.Threading.Tasks;
using MediaBrowser.Controller.Library;
using MediaBrowser.Controller.Net;
using Microsoft.AspNetCore.Http;
+using Microsoft.EntityFrameworkCore;
using Microsoft.Net.Http.Headers;
namespace Jellyfin.Server.Implementations.Security