New: Persist search settings in add new artist and album

(cherry picked from commit fc3bea370facb22fd1b2f3cc264bf5d0a84f30e1)

Closes #1967
This commit is contained in:
Michael Casey 2021-02-07 13:18:47 +10:00 committed by Bogdan
commit 651abf9faa
6 changed files with 36 additions and 46 deletions

View file

@ -36,6 +36,8 @@ export const defaultState = {
monitorNewItems: monitorNewItemsOptions[0].key,
qualityProfileId: 0,
metadataProfileId: 0,
searchForMissingAlbums: false,
searchForNewAlbum: false,
tags: []
}
};