Remove Manga4Life

This commit is contained in:
Glax 2025-02-09 17:30:30 +01:00
parent 7229fad6c5
commit 1dca7ec569
2 changed files with 0 additions and 2 deletions

View File

@ -104,7 +104,6 @@ using (var scope = app.Services.CreateScope())
new MangaDex(),
new MangaHere(),
new MangaKatana(),
new MangaLife(),
new Manganato(),
new Mangaworld(),
new ManhuaPlus(),

View File

@ -28,7 +28,6 @@ public class PgsqlContext(DbContextOptions<PgsqlContext> options) : DbContext(op
.HasValue<Bato>("Bato")
.HasValue<MangaHere>("MangaHere")
.HasValue<MangaKatana>("MangaKatana")
.HasValue<MangaLife>("Manga4Life")
.HasValue<Manganato>("Manganato")
.HasValue<Mangaworld>("Mangaworld")
.HasValue<ManhuaPlus>("ManhuaPlus")