Weebcentral

This commit is contained in:
2024-12-14 22:02:32 +01:00
parent 50dfd92c91
commit 8c5bcd2665
3 changed files with 220 additions and 6 deletions

View File

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