mirror of
https://github.com/gotson/komga.git
synced 2026-05-08 12:35:30 +02:00
align page size between series and books
This commit is contained in:
parent
3193895773
commit
6906314066
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue