mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-22 22:15:17 -04:00
Fixed: Persist SearchOnAdd setting value in local cache
This commit is contained in:
@@ -49,8 +49,8 @@ export const defaultState = {
|
||||
monitor: 'true',
|
||||
qualityProfileId: 0,
|
||||
minimumAvailability: 'announced',
|
||||
tags: [],
|
||||
searchForMovie: false
|
||||
searchForMovie: true,
|
||||
tags: []
|
||||
},
|
||||
|
||||
posterOptions: {
|
||||
|
||||
Reference in New Issue
Block a user