mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-11 17:20:49 +01:00
fixed ReadMangaToday search issue (#1200)
This commit is contained in:
parent
34d21c1de3
commit
e1be4ba925
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ class Readmangatoday : ParsedHttpSource() {
|
|||
|
||||
override val name = "ReadMangaToday"
|
||||
|
||||
override val baseUrl = "http://www.readmng.com/"
|
||||
override val baseUrl = "https://www.readmng.com"
|
||||
|
||||
override val lang = "en"
|
||||
|
||||
|
|
Loading…
Reference in a new issue