浏览代码

Merge pull request #7406 from crobibero/fix-build

Fix build
Cody Robibero 3 年之前
父节点
当前提交
973781c482
共有 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(
                     options,
                     cacheDuration,
-                    ImmutableDictionary<string, string>.Empty,
-                    Request.Method.Equals(HttpMethods.Head, StringComparison.OrdinalIgnoreCase))
+                    ImmutableDictionary<string, string>.Empty)
                 .ConfigureAwait(false);
         }