mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-24 20:35:50 +08:00
enable audio cdn by def
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user