Update MangaSee URL (#518)

Closes (https://github.com/inorichi/tachiyomi/issues/516)
This commit is contained in:
Greg Wright 2016-11-08 11:11:15 -05:00 committed by inorichi
parent 52f4bddbce
commit d183aca810

View File

@ -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")
}
}
}