mirror of
https://github.com/lidarr/Lidarr
synced 2025-02-07 15:02:54 +00:00
Series collection will page to 100000 instead of 1000
This commit is contained in:
parent
9660c3f7ee
commit
d0d5a3d3b1
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ define(
|
|||
state: {
|
||||
sortKey: 'title',
|
||||
order : -1,
|
||||
pageSize: 1000
|
||||
pageSize: 100000
|
||||
},
|
||||
|
||||
mode: 'client',
|
||||
|
|
Loading…
Reference in a new issue