Fix warning: Using directive is not required by the code and can be safely removed (#2149)

This commit is contained in:
KonH
2021-10-03 10:49:41 +07:00
parent 7c282ec369
commit b6bf43af45
14 changed files with 0 additions and 27 deletions

View File

@@ -1,7 +1,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using Jellyfin.Extensions;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Http.Features;