mirror of
https://github.com/C9Glax/tranga.git
synced 2025-01-12 03:17:33 +01:00
[feature/weebcentral] Added Weebcentral to connectors
This commit is contained in:
parent
cf4c84a47f
commit
dd988658c0
@ -39,6 +39,7 @@ public class MangaConnectorJsonConverter : JsonConverter
|
||||
"ManhuaPlus" => this._connectors.First(c => c is ManhuaPlus),
|
||||
"MangaHere" => this._connectors.First(c => c is MangaHere),
|
||||
"AsuraToon" => this._connectors.First(c => c is AsuraToon),
|
||||
"Weebcentral" => this._connectors.First(c => c is Weebcentral),
|
||||
_ => throw new UnreachableException($"Could not find Connector with name {connectorName}")
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user