1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-25 22:37:27 -04:00

Fixed: Persist SearchOnAdd setting value in local cache

This commit is contained in:
Qstick
2020-12-03 22:34:42 -05:00
parent 2d9c77ec5e
commit 9fbc1df74c
5 changed files with 18 additions and 26 deletions
@@ -33,6 +33,7 @@ export const defaultState = {
monitor: 'true',
qualityProfileId: 0,
minimumAvailability: 'announced',
searchForMovie: true,
tags: []
}
};