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 Jellyfin.Api.Middleware;
using Jellyfin.Networking.Configuration;
using Jellyfin.Server.Middleware;
using MediaBrowser.Controller.Configuration;
using Microsoft.AspNetCore.Builder;
using Microsoft.OpenApi.Models;