1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

Improve messaging if release is in queue because all movies in release were not imported

Sync with upstream

(cherry picked from commit 2728bf79ca41bc372de515cb09e1034a8c006c2b)
This commit is contained in:
Mark McDowall
2021-02-23 18:39:24 -08:00
committed by Bogdan
parent 2f1e077e0d
commit f704ab1512
2 changed files with 15 additions and 7 deletions

View File

@@ -56,6 +56,8 @@ export const defaultState = {
};
export const persistState = [
'interactiveImport.sortKey',
'interactiveImport.sortDirection',
'interactiveImport.recentFolders',
'interactiveImport.importMode'
];