mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-26 22:56:23 -04:00
New: Series type and season folder options for import lists
Closes #3982
This commit is contained in:
@@ -109,6 +109,8 @@ export default {
|
||||
return selectProviderSchema(state, section, payload, (selectedSchema) => {
|
||||
selectedSchema.enableAutomaticAdd = true;
|
||||
selectedSchema.shouldMonitor = 'all';
|
||||
selectedSchema.seriesType = 'standard';
|
||||
selectedSchema.seasonFolder = true;
|
||||
|
||||
return selectedSchema;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user