1
0
mirror of https://github.com/C9Glax/tranga.git synced 2025-04-20 23:33:18 +02:00

Remove unused constant

This commit is contained in:
Glax 2024-09-11 14:39:16 +02:00
parent 7ff9ac53ee
commit cbecb257ef

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