diff options
| author | Cody Robibero <cody@robibe.ro> | 2022-03-05 15:27:15 -0700 |
|---|---|---|
| committer | Cody Robibero <cody@robibe.ro> | 2022-03-06 06:34:04 -0700 |
| commit | b37052a4a6a31b1d9ee85a71e24ec33b95083ada (patch) | |
| tree | de41ba90fd121c9f2879e135c33863a972a10c05 | |
| parent | 15cae4ef00e4411b4219f902a3c301035be95afb (diff) | |
Fix build
| -rw-r--r-- | Jellyfin.Api/Controllers/ImageController.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Jellyfin.Api/Controllers/ImageController.cs b/Jellyfin.Api/Controllers/ImageController.cs index 5da1af42a..05d80ba35 100644 --- a/Jellyfin.Api/Controllers/ImageController.cs +++ b/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); } |
