mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-28 13:01:28 +02:00
Secondary sorting on series list
New: Sort by title as secondary sort on series list
This commit is contained in:
@@ -17,9 +17,11 @@ define(
|
||||
tableName: 'series',
|
||||
|
||||
state: {
|
||||
sortKey: 'sortTitle',
|
||||
order : -1,
|
||||
pageSize: 100000
|
||||
sortKey : 'sortTitle',
|
||||
order : -1,
|
||||
pageSize : 100000,
|
||||
secondarySortKey : 'sortTitle',
|
||||
secondarySortOrder : -1
|
||||
},
|
||||
|
||||
mode: 'client',
|
||||
|
Reference in New Issue
Block a user