Add Connector ManhuaPlus

https://github.com/C9Glax/tranga/issues/213
This commit is contained in:
2024-08-08 18:58:40 +02:00
parent 926c0d5833
commit d00881e611
3 changed files with 188 additions and 1 deletions

View File

@ -38,6 +38,8 @@ public class MangaConnectorJsonConverter : JsonConverter
return this._connectors.First(c => c is Bato);
case "Manga4Life":
return this._connectors.First(c => c is MangaLife);
case "ManhuaPlus":
return this._connectors.First(c => c is ManhuaPlus);
}
throw new Exception();