mirror of
https://github.com/ManiMatter/decluttarr.git
synced 2026-04-18 02:54:03 +02:00
fix missing quote in example
This commit is contained in:
@@ -12,7 +12,7 @@ REMOVE_ORPHANS = True
|
||||
REMOVE_SLOW = True
|
||||
REMOVE_STALLED = True
|
||||
REMOVE_UNMONITORED = True
|
||||
RUN_PERIODIC_RESCANS = {"SONARR": {"MISSING": true, CUTOFF_UNMET": true, "MAX_CONCURRENT_SCANS": 3, "MIN_DAYS_BEFORE_RESCAN": 7}, "RADARR": {"MISSING": true, "CUTOFF_UNMET": true, "MAX_CONCURRENT_SCANS": 3, "MIN_DAYS_BEFORE_RESCAN": 7}}
|
||||
RUN_PERIODIC_RESCANS = {"SONARR": {"MISSING": true, "CUTOFF_UNMET": true, "MAX_CONCURRENT_SCANS": 3, "MIN_DAYS_BEFORE_RESCAN": 7}, "RADARR": {"MISSING": true, "CUTOFF_UNMET": true, "MAX_CONCURRENT_SCANS": 3, "MIN_DAYS_BEFORE_RESCAN": 7}}
|
||||
|
||||
[feature_settings]
|
||||
MIN_DOWNLOAD_SPEED = 100
|
||||
|
||||
Reference in New Issue
Block a user