#68 JsonConverter
This commit is contained in:
parent
e72301d062
commit
f63851d95d
@ -36,6 +36,8 @@ public class MangaConnectorJsonConverter : JsonConverter
|
|||||||
return this._connectors.First(c => c is Mangaworld);
|
return this._connectors.First(c => c is Mangaworld);
|
||||||
case "Bato":
|
case "Bato":
|
||||||
return this._connectors.First(c => c is Bato);
|
return this._connectors.First(c => c is Bato);
|
||||||
|
case "Manga4Life":
|
||||||
|
return this._connectors.First(c => c is MangaLife);
|
||||||
}
|
}
|
||||||
|
|
||||||
throw new Exception();
|
throw new Exception();
|
||||||
|
Loading…
Reference in New Issue
Block a user