Skip to content

Commit

Permalink
default buffer = false
Browse files Browse the repository at this point in the history
  • Loading branch information
orz12 committed Jul 27, 2024
1 parent bd0a47a commit 8b09a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/plugin/pl_player/controller.dart
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ class PlPlayerController {
/// 是否长按倍速
Rx<bool> get doubleSpeedStatus => _doubleSpeedStatus;

Rx<bool> isBuffering = true.obs;
Rx<bool> isBuffering = false.obs;

/// 屏幕锁 为true时,关闭控制栏
Rx<bool> get controlsLock => _controlsLock;
Expand Down

0 comments on commit 8b09a33

Please sign in to comment.