mirror of
https://github.com/Radarr/Radarr
synced 2025-02-20 13:27:10 +00:00
New: Relative path as default Sort order on Manual Import
(cherry picked from commit 6e2162ebf4b3366df540bd35ad91bd5527976728) Closes #9344
This commit is contained in:
parent
a6dda70c0a
commit
dbf424d454
1 changed files with 2 additions and 2 deletions
|
@ -28,8 +28,8 @@ export const defaultState = {
|
|||
isReprocessing: false,
|
||||
error: null,
|
||||
items: [],
|
||||
sortKey: 'quality',
|
||||
sortDirection: sortDirections.DESCENDING,
|
||||
sortKey: 'relativePath',
|
||||
sortDirection: sortDirections.ASCENDING,
|
||||
recentFolders: [],
|
||||
importMode: 'chooseImportMode',
|
||||
sortPredicates: {
|
||||
|
|
Loading…
Reference in a new issue