feat(sonarr): add monitorNewItems option to sonarr settings & modal (#2071)

This commit is contained in:
fallenbagel
2026-02-28 02:08:44 +05:00
committed by GitHub
parent a2d1e1b06f
commit 5c34c91257
5 changed files with 30 additions and 0 deletions

View File

@@ -93,6 +93,7 @@ export interface SonarrSettings extends DVRSettings {
activeLanguageProfileId?: number;
animeTags?: number[];
enableSeasonFolders: boolean;
monitorNewItems: 'all' | 'none';
}
interface Quota {