Update to fit upstream

This commit is contained in:
2025-09-08 18:43:55 +02:00
parent 7ac4c37b27
commit 07716625d6
4 changed files with 510 additions and 544 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()];
internal static readonly MangaConnector[] MangaConnectors = [new Global(), new MangaDex(), new ComickIo(), new Mangaworld()];
internal static TrangaSettings Settings = TrangaSettings.Load();
internal static readonly UpdateMetadataWorker UpdateMetadataWorker = new ();