Remove ComickIo

This commit is contained in:
2025-09-17 23:48:07 +02:00
parent 2e1587a95f
commit 992273e0d3
3 changed files with 2 additions and 264 deletions

View File

@@ -19,7 +19,7 @@ public static class Tranga
private static readonly ILog Log = LogManager.GetLogger(typeof(Tranga));
internal static readonly MetadataFetcher[] MetadataFetchers = [new MyAnimeList()];
internal static readonly MangaConnector[] MangaConnectors = [new Global(), new MangaDex(), new ComickIo(), new Mangaworld()];
internal static readonly MangaConnector[] MangaConnectors = [new Global(), new MangaDex(), new Mangaworld()];
internal static TrangaSettings Settings = TrangaSettings.Load();
internal static readonly UpdateMetadataWorker UpdateMetadataWorker = new ();