mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-13 18:27:08 -07:00
New: Persist search settings in add new artist and album
(cherry picked from commit fc3bea370facb22fd1b2f3cc264bf5d0a84f30e1) Closes #1967
This commit is contained in:
parent
b12adacd6b
commit
651abf9faa
6 changed files with 36 additions and 46 deletions
|
@ -36,6 +36,8 @@ export const defaultState = {
|
|||
monitorNewItems: monitorNewItemsOptions[0].key,
|
||||
qualityProfileId: 0,
|
||||
metadataProfileId: 0,
|
||||
searchForMissingAlbums: false,
|
||||
searchForNewAlbum: false,
|
||||
tags: []
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue