1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-27 23:06:29 -04:00

New: Persist search settings in add new series

Closes #4245
This commit is contained in:
Michael Casey
2021-02-07 13:18:47 +10:00
committed by GitHub
parent a1ddcf2b7b
commit fc3bea370f
3 changed files with 19 additions and 28 deletions
@@ -37,6 +37,8 @@ export const defaultState = {
languageProfileId: 0,
seriesType: seriesTypes.STANDARD,
seasonFolder: true,
searchForMissingEpisodes: false,
searchForCutoffUnmetEpisodes: false,
tags: []
}
};