Remove Mangasee

This commit is contained in:
Glax 2025-01-15 22:19:24 +01:00
parent fdbe585aa0
commit 110a0bf481
2 changed files with 0 additions and 2 deletions

View File

@ -106,7 +106,6 @@ using (var scope = app.Services.CreateScope())
new MangaKatana(),
new MangaLife(),
new Manganato(),
new Mangasee(),
new Mangaworld(),
new ManhuaPlus(),
new Weebcentral()

View File

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