Manga and Chapters are shared across Connectors

This commit is contained in:
2025-06-30 22:01:10 +02:00
parent ed148ce3d6
commit 1abee5149c
49 changed files with 3192 additions and 799 deletions

View File

@@ -172,11 +172,7 @@ public class FlareSolverrDownloadClient : DownloadClient
jsonString = pre.InnerText;
return true;
}
catch (System.Text.Json.JsonException)
{
return false;
}
catch (JsonReaderException)
catch (Exception)
{
return false;
}