mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-16 11:37:58 +02:00
Series collection will page to 100000 instead of 1000
This commit is contained in:
parent
9660c3f7ee
commit
d0d5a3d3b1
@ -18,7 +18,7 @@ define(
|
|||||||
state: {
|
state: {
|
||||||
sortKey: 'title',
|
sortKey: 'title',
|
||||||
order : -1,
|
order : -1,
|
||||||
pageSize: 1000
|
pageSize: 100000
|
||||||
},
|
},
|
||||||
|
|
||||||
mode: 'client',
|
mode: 'client',
|
||||||
|
Loading…
Reference in New Issue
Block a user