Fix build

This commit is contained in:
Cody Robibero 2022-03-05 15:27:15 -07:00
parent 15cae4ef00
commit b37052a4a6

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