1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-21 22:05:38 -04:00

New: Improve messaging if release is in queue because all episodes in release were not imported

This commit is contained in:
Mark McDowall
2021-02-23 18:39:24 -08:00
parent cd28af98ee
commit 2728bf79ca
4 changed files with 29 additions and 6 deletions
@@ -63,6 +63,8 @@ export const defaultState = {
};
export const persistState = [
'interactiveImport.sortKey',
'interactiveImport.sortDirection',
'interactiveImport.recentFolders',
'interactiveImport.importMode'
];