#50 Added Mangaworld.bz connector

This commit is contained in:
2023-09-13 23:00:52 +02:00
parent 7fa44fba54
commit 3cea5fb431
3 changed files with 185 additions and 1 deletions

View File

@ -32,6 +32,8 @@ public class MangaConnectorJsonConverter : JsonConverter
return this.connectors.First(c => c is MangaKatana);
case "Mangasee":
return this.connectors.First(c => c is Mangasee);
case "Mangaworld":
return this.connectors.First(c => c is Mangaworld);
}
throw new Exception();