mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-11 02:27:49 +01:00
Update MangaSee URL (#518)
Closes (https://github.com/inorichi/tachiyomi/issues/516)
This commit is contained in:
parent
52f4bddbce
commit
d183aca810
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ class Mangasee(override val id: Int) : ParsedOnlineSource() {
|
|||
|
||||
override val name = "Mangasee"
|
||||
|
||||
override val baseUrl = "http://www.mangasee.co"
|
||||
override val baseUrl = "http://mangaseeonline.net"
|
||||
|
||||
override val lang: Language get() = EN
|
||||
|
||||
|
@ -187,4 +187,4 @@ class Mangasee(override val id: Int) : ParsedOnlineSource() {
|
|||
throw UnsupportedOperationException("not implemented")
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue