mirror of
https://github.com/C9Glax/tranga.git
synced 2025-07-04 18:04:16 +02:00
#50 Added Mangaworld.bz connector
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user