mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-23 06:45:19 -07:00
parent
a0b80ad41a
commit
05f61df59e
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ var Collection = PageableCollection.extend({
|
||||||
|
|
||||||
state : {
|
state : {
|
||||||
sortKey : 'sortTitle',
|
sortKey : 'sortTitle',
|
||||||
order : 1,
|
order : -1,
|
||||||
pageSize : 100000,
|
pageSize : 100000,
|
||||||
secondarySortKey : 'sortTitle',
|
secondarySortKey : 'sortTitle',
|
||||||
secondarySortOrder : -1
|
secondarySortOrder : -1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue