mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 22:25:09 -04:00
Renames in Frontend
This commit is contained in:
@@ -108,7 +108,7 @@ export default {
|
||||
[SELECT_IMPORT_LIST_SCHEMA]: (state, { payload }) => {
|
||||
return selectProviderSchema(state, section, payload, (selectedSchema) => {
|
||||
selectedSchema.enableAutomaticAdd = true;
|
||||
selectedSchema.shouldMonitor = 'entireArtist';
|
||||
selectedSchema.shouldMonitor = 'entireAuthor';
|
||||
|
||||
return selectedSchema;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user