fix: 番剧全屏时title取值异常

This commit is contained in:
guozhigq
2024-03-04 23:48:01 +08:00
parent f1b829cec1
commit eb4435045b
3 changed files with 10 additions and 3 deletions

View File

@ -129,6 +129,7 @@ class VideoDetailController extends GetxController
videoDetailCtr: this,
floating: floating,
bvid: bvid,
videoType: videoType,
);
// CDN优化
enableCDN = setting.get(SettingBoxKey.enableCDN, defaultValue: true);