Port Manganato

This commit is contained in:
2025-03-08 19:22:23 +01:00
parent 290324f9d9
commit 6687ab4b3b
4 changed files with 80 additions and 96 deletions

View File

@ -114,7 +114,8 @@ using (var scope = app.Services.CreateScope())
new MangaKatana(),
new Mangaworld(),
new ManhuaPlus(),
new Weebcentral()
new Weebcentral(),
new Manganato()
];
MangaConnector[] newConnectors = connectors.Where(c => !context.MangaConnectors.Contains(c)).ToArray();
context.MangaConnectors.AddRange(newConnectors);