mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-25 21:05:52 +08:00
enable audio cdn by def
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -83,7 +83,7 @@ List<SettingsModel> get videoSettings => [
|
||||
subtitle: '直接采用备用 URL,可解决部分视频无声',
|
||||
leading: const Icon(MdiIcons.musicNotePlus),
|
||||
setKey: SettingBoxKey.disableAudioCDN,
|
||||
defaultVal: true,
|
||||
defaultVal: false,
|
||||
onChanged: (value) {
|
||||
VideoUtils.disableAudioCDN = value;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user