Add copy function to MangasPage
This commit is contained in:
parent
27f2e8ecbc
commit
df188b7b90
@ -20,6 +20,10 @@ import exh.metadata.metadata.base.RaisedSearchMetadata
|
||||
return result
|
||||
}
|
||||
// SY <--
|
||||
|
||||
fun copy(mangas: List<SManga> = this.mangas, hasNextPage: Boolean = this.hasNextPage): MangasPage {
|
||||
return MangasPage(mangas, hasNextPage)
|
||||
}
|
||||
}
|
||||
|
||||
// SY -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user