mirror of
https://github.com/C9Glax/tranga.git
synced 2025-06-17 00:37:54 +02:00
Weebcentral
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user