Skip to content

Commit

Permalink
- Fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
KoalaBear84 committed Mar 21, 2023
1 parent 517dbc7 commit e50e9bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/OpenDirectoryDownloader/BrowserContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ public class BrowserContext : IDisposable
private const string SetCookieHeader = "set-cookie";
private const string CloudflareClearanceKey = "cf_clearance";

private Browser Browser { get; set; }
private Page Page { get; set; }
private IBrowser Browser { get; set; }
private IPage Page { get; set; }
private CookieContainer CookieContainer { get; }
public bool CloudFlare { get; }
public bool DebugInfo { get; }
Expand Down

0 comments on commit e50e9bd

Please sign in to comment.