New: Allow monitoring all albums for import list artist

This commit is contained in:
ta264 2019-07-25 22:22:38 +01:00
parent 8e777025cb
commit 23316329ed
7 changed files with 101 additions and 18 deletions

View file

@ -107,8 +107,8 @@ export default {
[SELECT_IMPORT_LIST_SCHEMA]: (state, { payload }) => {
return selectProviderSchema(state, section, payload, (selectedSchema) => {
selectedSchema.enableRss = selectedSchema.supportsRss;
selectedSchema.enableSearch = selectedSchema.supportsSearch;
selectedSchema.enableAutomaticAdd = true;
selectedSchema.shouldMonitor = 'entireArtist';
return selectedSchema;
});