mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
mod: CDN替换默认关闭,优先使用备用URL
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user