Move Middleware to Jellyfin.Api

This commit is contained in:
Patrick Barron
2023-01-13 21:37:37 -05:00
parent be206d4ff2
commit 74a07f6d1c
14 changed files with 14 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
using System.Collections.Generic;
using System.Linq;
using Jellyfin.Server.Middleware;
using Jellyfin.Api.Middleware;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Http.Features;
using Microsoft.Extensions.Primitives;