Remove unused constant
This commit is contained in:
parent
5980b64caa
commit
7d3deee74c
@ -9,7 +9,6 @@ namespace Tranga.MangaConnectors;
|
||||
internal class ChromiumDownloadClient : DownloadClient
|
||||
{
|
||||
private IBrowser browser { get; set; }
|
||||
private const string ChromiumVersion = "1154303";
|
||||
private const int StartTimeoutMs = 30000;
|
||||
private readonly HttpDownloadClient _httpDownloadClient;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user