소스 검색

Fix build

Cody Robibero 3 년 전
부모
커밋
b37052a4a6
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  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(
             return await GetImageResult(
                     options,
                     options,
                     cacheDuration,
                     cacheDuration,
-                    ImmutableDictionary<string, string>.Empty,
-                    Request.Method.Equals(HttpMethods.Head, StringComparison.OrdinalIgnoreCase))
+                    ImmutableDictionary<string, string>.Empty)
                 .ConfigureAwait(false);
                 .ConfigureAwait(false);
         }
         }