Fix FlareSolverr, Flaresolverrsharp is broken

This commit is contained in:
2025-06-17 18:28:18 +02:00
parent ff1e467ada
commit ecd2c2722f
6 changed files with 187 additions and 38 deletions

View File

@ -3,7 +3,7 @@ using log4net;
namespace API.MangaDownloadClients;
internal abstract class DownloadClient
public abstract class DownloadClient
{
private static readonly Dictionary<RequestType, DateTime> LastExecutedRateLimit = new();
protected ILog Log { get; init; }