1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2025-02-25 15:43:08 +00:00

update default sort order (#429)

#426
This commit is contained in:
Devin Buhl 2017-01-24 15:16:22 -05:00 committed by Leonardo Galli
parent a0b80ad41a
commit 05f61df59e

View file

@ -16,7 +16,7 @@ var Collection = PageableCollection.extend({
state : {
sortKey : 'sortTitle',
order : 1,
order : -1,
pageSize : 100000,
secondarySortKey : 'sortTitle',
secondarySortOrder : -1