From d98c63ac1a37c48e8c3f45941f34e7c4c7f91eb6 Mon Sep 17 00:00:00 2001 From: Opt6 <82363306+Opt6@users.noreply.github.com> Date: Mon, 4 Dec 2023 14:02:15 -0800 Subject: [PATCH] Fixed typo in extended.conf Corrected AUTOCONFIG typo in comment --- sonarr/extended.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonarr/extended.conf b/sonarr/extended.conf index 4a0ad8c..8c415c8 100644 --- a/sonarr/extended.conf +++ b/sonarr/extended.conf @@ -16,7 +16,7 @@ invalidSeriesAutoCleanerScriptInterval=1h #s or #m or #h or #d :: s = seconds, m recyclarrScriptInterval=6h #s or #m or #h or #d :: s = seconds, m = minutes, h = hours, d = days :: Amount of time between each script run, when script is enabled queueCleanerScriptInterval=15m #s or #m or #h or #d :: s = seconds, m = minutes, h = hours, d = days :: Amount of time between each script run, when script is enabled -##### ATUOCONFIG SCRIPT SETTINGS +##### AUTOCONFIG SCRIPT SETTINGS configureMediaManagement="true" configureMetadataProviderSettings="true" configureCustomScripts="true"