From 1dca7ec56945c66ad6fdbcb2e6113726649777ed Mon Sep 17 00:00:00 2001 From: Glax Date: Sun, 9 Feb 2025 17:30:30 +0100 Subject: [PATCH] Remove Manga4Life --- API/Program.cs | 1 - API/Schema/PgsqlContext.cs | 1 - 2 files changed, 2 deletions(-) diff --git a/API/Program.cs b/API/Program.cs index e904eac..869d655 100644 --- a/API/Program.cs +++ b/API/Program.cs @@ -104,7 +104,6 @@ using (var scope = app.Services.CreateScope()) new MangaDex(), new MangaHere(), new MangaKatana(), - new MangaLife(), new Manganato(), new Mangaworld(), new ManhuaPlus(), diff --git a/API/Schema/PgsqlContext.cs b/API/Schema/PgsqlContext.cs index 166963f..915fed6 100644 --- a/API/Schema/PgsqlContext.cs +++ b/API/Schema/PgsqlContext.cs @@ -28,7 +28,6 @@ public class PgsqlContext(DbContextOptions options) : DbContext(op .HasValue("Bato") .HasValue("MangaHere") .HasValue("MangaKatana") - .HasValue("Manga4Life") .HasValue("Manganato") .HasValue("Mangaworld") .HasValue("ManhuaPlus")