Explorar el Código

Remove unused import

cvium hace 4 años
padre
commit
3ad176f8e2
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      Jellyfin.Server/Middleware/ServerStartupMessageMiddleware.cs

+ 0 - 1
Jellyfin.Server/Middleware/ServerStartupMessageMiddleware.cs

@@ -4,7 +4,6 @@ using System.Threading.Tasks;
 using MediaBrowser.Controller;
 using MediaBrowser.Model.Globalization;
 using Microsoft.AspNetCore.Http;
-using Microsoft.AspNetCore.Http.Extensions;
 
 namespace Jellyfin.Server.Middleware
 {