mirror of
https://github.com/Radarr/Radarr
synced 2025-02-22 06:11:09 +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,
|
isReprocessing: false,
|
||||||
error: null,
|
error: null,
|
||||||
items: [],
|
items: [],
|
||||||
sortKey: 'quality',
|
sortKey: 'relativePath',
|
||||||
sortDirection: sortDirections.DESCENDING,
|
sortDirection: sortDirections.ASCENDING,
|
||||||
recentFolders: [],
|
recentFolders: [],
|
||||||
importMode: 'chooseImportMode',
|
importMode: 'chooseImportMode',
|
||||||
sortPredicates: {
|
sortPredicates: {
|
||||||
|
|
Loading…
Reference in a new issue