Pururin fix url error

This commit is contained in:
Jobobby04 2020-07-05 21:42:22 -04:00
parent 6dc05eaf3f
commit ea8d251e24

View File

@ -26,7 +26,7 @@ class PururinSearchMetadata : RaisedSearchMetadata() {
override fun copyTo(manga: SManga) { override fun copyTo(manga: SManga) {
prId?.let { prId -> prId?.let { prId ->
prShortLink?.let { prShortLink -> prShortLink?.let { prShortLink ->
manga.url = "$BASE_URL/gallery/$prId/$prShortLink" manga.url = "/gallery/$prId/$prShortLink"
} }
} }