This commit is contained in:
2025-03-27 19:35:49 +01:00
parent d75262a8f3
commit f691529591
3 changed files with 58 additions and 1 deletions

View File

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