feat(sonarr): add monitorNewItems option to sonarr settings & modal (#2071)
This commit is contained in:
@@ -93,6 +93,7 @@ export interface SonarrSettings extends DVRSettings {
|
||||
activeLanguageProfileId?: number;
|
||||
animeTags?: number[];
|
||||
enableSeasonFolders: boolean;
|
||||
monitorNewItems: 'all' | 'none';
|
||||
}
|
||||
|
||||
interface Quota {
|
||||
|
||||
Reference in New Issue
Block a user