mirror of
https://github.com/Readarr/Readarr
synced 2026-02-12 01:33:20 +01:00
New: Sort interactive import by path by default
(cherry picked from commit 4e41c3b237de596496523fcd3671d8d3c4192c27)
This commit is contained in:
parent
43dfdc8bf5
commit
54c1c7862e
1 changed files with 2 additions and 2 deletions
|
|
@ -32,8 +32,8 @@ export const defaultState = {
|
|||
error: null,
|
||||
items: [],
|
||||
pendingChanges: {},
|
||||
sortKey: 'quality',
|
||||
sortDirection: sortDirections.DESCENDING,
|
||||
sortKey: 'path',
|
||||
sortDirection: sortDirections.ASCENDING,
|
||||
recentFolders: [],
|
||||
importMode: 'chooseImportMode',
|
||||
sortPredicates: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue