Browser Version for both windows and linux

This commit is contained in:
glax 2023-06-15 16:30:07 +02:00
parent 1be10b310d
commit f280c01802

View File

@ -14,7 +14,7 @@ public class Mangasee : Connector
{
public override string name { get; }
private IBrowser? _browser = null;
private const string ChromiumVersion = "1153303";
private const string ChromiumVersion = "1154303";
public Mangasee(string downloadLocation, string imageCachePath, Logger? logger) : base(downloadLocation,
imageCachePath, logger)