Skip to content

Commit 8589878

Browse files
committed
Bugfix: Pass HttpClient
1 parent a136c2c commit 8589878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SimpleFeedReader/FeedReader.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public FeedReader(IFeedItemNormalizer defaultFeedItemNormalizer, HttpClient? htt
7676
/// </summary>
7777
/// <param name="options">Initialization options.</param>
7878
public FeedReader(FeedReaderOptions options)
79-
: this(options.DefaultNormalizer, options.ThrowOnError) { }
79+
: this(options.DefaultNormalizer, options.ThrowOnError, options.HttpClient) { }
8080

8181

8282
/// <inheritdoc/>

0 commit comments

Comments
 (0)