#68 JsonConverter

This commit is contained in:
glax 2023-10-20 14:49:57 +02:00
parent e72301d062
commit f63851d95d

View File

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