mod: enableCDN default false

This commit is contained in:
guozhigq
2024-11-26 23:35:48 +08:00
parent 97d9bd4547
commit bae1550593
3 changed files with 3 additions and 3 deletions

View File

@ -69,7 +69,7 @@ class LiveRoomController extends GetxController {
Request.getBuvid().then((value) => buvid = value);
}
// CDN优化
enableCDN = setting.get(SettingBoxKey.enableCDN, defaultValue: true);
enableCDN = setting.get(SettingBoxKey.enableCDN, defaultValue: false);
final userInfo = userInfoCache.get('userInfoCache');
if (userInfo != null && userInfo.mid != null) {
userId = userInfo.mid;