pull/7406/head
Cody Robibero 2 years ago
parent 15cae4ef00
commit b37052a4a6

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

Loading…
Cancel
Save