Remove Manganato (for now)

This commit is contained in:
2025-05-08 03:22:31 +02:00
parent ec5d048df5
commit 1b49b171f4
3 changed files with 6 additions and 9 deletions

View File

@ -117,7 +117,7 @@ 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();