Pururin fix url error
This commit is contained in:
parent
6dc05eaf3f
commit
ea8d251e24
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user