Merge pull request #7406 from crobibero/fix-build

Fix build
This commit is contained in:
Cody Robibero
2022-03-06 06:47:32 -07:00
committed by GitHub

View File

@@ -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);
}