AutoScan defaultValue: false

This commit is contained in:
rmcrackan
2026-03-04 15:12:25 -05:00
parent 490d292c18
commit d637068f64

View File

@@ -341,7 +341,7 @@ public partial class Configuration
public bool DownloadEpisodes { get => GetNonString(defaultValue: true); set => SetNonString(value); }
[Description("Automatically run periodic scans in the background?")]
public bool AutoScan { get => GetNonString(defaultValue: true); set => SetNonString(value); }
public bool AutoScan { get => GetNonString(defaultValue: false); set => SetNonString(value); }
[Description("Use Libation's built-in web browser to log into Audible?")]
public bool UseWebView { get => GetNonString(defaultValue: true); set => SetNonString(value); }