align page size between series and books

This commit is contained in:
Gauthier Roebroeck 2019-11-20 18:10:31 +08:00
parent 3193895773
commit 6906314066

View file

@ -78,7 +78,7 @@ export default Vue.extend({
if (this.$_.get(this.booksPage, 'last', false) !== true) {
const pageRequest = {
page: this.$_.get(this.booksPage, 'number', -1) + 1,
size: 20
size: 50
} as PageRequest
this.booksPage = await this.$komgaSeries.getBooks(this.seriesId, pageRequest)