Explorar el Código

Update Jellyfin.Server/Middleware/QueryStringDecodingMiddleware.cs

Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
BaronGreenback hace 4 años
padre
commit
cc2166550f
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      Jellyfin.Server/Middleware/QueryStringDecodingMiddleware.cs

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

@@ -1,7 +1,6 @@
 using System.Threading.Tasks;
 using Microsoft.AspNetCore.Http;
 using Microsoft.AspNetCore.Http.Features;
-using Microsoft.Extensions.Logging;
 
 namespace Jellyfin.Server.Middleware
 {