mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fixed: (UI) Change default search results sorting to age
This commit is contained in:
@@ -31,9 +31,9 @@ export const defaultState = {
|
||||
error: null,
|
||||
grabError: null,
|
||||
items: [],
|
||||
sortKey: 'title',
|
||||
sortKey: 'age',
|
||||
sortDirection: sortDirections.ASCENDING,
|
||||
secondarySortKey: 'title',
|
||||
secondarySortKey: 'sortTitle',
|
||||
secondarySortDirection: sortDirections.ASCENDING,
|
||||
|
||||
defaults: {
|
||||
|
Reference in New Issue
Block a user