Merge pull request #7406 from crobibero/fix-build

Fix build
pull/7411/head
Cody Robibero 3 years ago committed by GitHub
commit 973781c482
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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