mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Fix build
This commit is contained in:
parent
15cae4ef00
commit
b37052a4a6
@ -1770,8 +1770,7 @@ namespace Jellyfin.Api.Controllers
|
|||||||
return await GetImageResult(
|
return await GetImageResult(
|
||||||
options,
|
options,
|
||||||
cacheDuration,
|
cacheDuration,
|
||||||
ImmutableDictionary<string, string>.Empty,
|
ImmutableDictionary<string, string>.Empty)
|
||||||
Request.Method.Equals(HttpMethods.Head, StringComparison.OrdinalIgnoreCase))
|
|
||||||
.ConfigureAwait(false);
|
.ConfigureAwait(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user