Cody Robibero hace 3 años
padre
commit
b37052a4a6
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      Jellyfin.Api/Controllers/ImageController.cs

+ 1 - 2
Jellyfin.Api/Controllers/ImageController.cs

@@ -1770,8 +1770,7 @@ namespace Jellyfin.Api.Controllers
             return await GetImageResult(
                     options,
                     cacheDuration,
-                    ImmutableDictionary<string, string>.Empty,
-                    Request.Method.Equals(HttpMethods.Head, StringComparison.OrdinalIgnoreCase))
+                    ImmutableDictionary<string, string>.Empty)
                 .ConfigureAwait(false);
         }