mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-04 18:14:58 +08:00
@@ -1034,7 +1034,7 @@ class PlPlayerController {
|
||||
Future<void> setPlaybackSpeed(double speed) async {
|
||||
lastPlaybackSpeed = playbackSpeed;
|
||||
|
||||
if (speed == playbackSpeed) {
|
||||
if (speed == _videoPlayerController?.state.rate) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user