enable audio cdn by def

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-11-08 10:29:35 +08:00
parent c4c6a2243e
commit 08e5477e74
2 changed files with 2 additions and 2 deletions

View File

@@ -569,7 +569,7 @@ abstract class Pref {
_setting.get(SettingBoxKey.enableLog, defaultValue: true);
static bool get disableAudioCDN =>
_setting.get(SettingBoxKey.disableAudioCDN, defaultValue: true);
_setting.get(SettingBoxKey.disableAudioCDN, defaultValue: false);
static int get minDurationForRcmd =>
_setting.get(SettingBoxKey.minDurationForRcmd, defaultValue: 0);