mirror of
https://github.com/Readarr/Readarr.git
synced 2026-03-27 17:54:43 -04:00
Series collection will page to 100000 instead of 1000
This commit is contained in:
@@ -18,7 +18,7 @@ define(
|
||||
state: {
|
||||
sortKey: 'title',
|
||||
order : -1,
|
||||
pageSize: 1000
|
||||
pageSize: 100000
|
||||
},
|
||||
|
||||
mode: 'client',
|
||||
|
||||
Reference in New Issue
Block a user