diff --git a/DownKyi.Core/Settings/SettingsManager.Basic.cs b/DownKyi.Core/Settings/SettingsManager.Basic.cs index 4e68b94..ccf618f 100644 --- a/DownKyi.Core/Settings/SettingsManager.Basic.cs +++ b/DownKyi.Core/Settings/SettingsManager.Basic.cs @@ -138,7 +138,7 @@ if (appSettings.Basic.IsAutoDownloadAll == AllowStatus.NONE) { // 第一次获取,先设置默认值 - IsAutoParseVideo(isAutoDownloadAll); + IsAutoDownloadAll(isAutoDownloadAll); return isAutoDownloadAll; } return appSettings.Basic.IsAutoDownloadAll;