mod: 直播页面内容更新

This commit is contained in:
guozhigq
2024-02-07 22:23:29 +08:00
parent 4a5f4ca2ca
commit d258474a5a
9 changed files with 279 additions and 92 deletions

View File

@ -586,6 +586,7 @@ class _PLVideoPlayerState extends State<PLVideoPlayer>
),
/// 进度条 live模式下禁用
Obx(
() {
final int value = _.sliderPositionSeconds.value;
@ -609,7 +610,7 @@ class _PLVideoPlayerState extends State<PLVideoPlayer>
}
if (_.videoType.value == 'live') {
return nil;
return const SizedBox();
}
if (value > max || max <= 0) {
return nil;