Merge branch 'feature-media_kit' into alpha

This commit is contained in:
guozhigq
2023-10-09 08:24:49 +08:00
4 changed files with 12 additions and 15 deletions

View File

@ -428,6 +428,8 @@ class PlPlayerController {
// 设置倍速
if (_playbackSpeed.value != 1.0) {
await setPlaybackSpeed(_playbackSpeed.value);
} else {
await setPlaybackSpeed(1.0);
}
// if (_looping) {