mod: CDN替换默认关闭,优先使用备用URL

This commit is contained in:
orz12
2024-07-21 10:29:12 +08:00
parent d2c54392de
commit 455f5524f6
3 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ class VideoUtils {
String? backupUrl;
String? videoUrl;
String defaultCDNService = GStorage.setting
.get(SettingBoxKey.CDNService, defaultValue: CDNService.ali.code);
.get(SettingBoxKey.CDNService, defaultValue: CDNService.backupUrl.code);
if (item is AudioItem) {
if (GStorage.setting
.get(SettingBoxKey.disableAudioCDN, defaultValue: true)) {