mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-19 07:34:04 +08:00
opt: set playback speed
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -272,8 +272,8 @@ class _VideoDetailPageState extends State<VideoDetailPage>
|
||||
// 结束播放退出全屏
|
||||
if (!notExitFlag && autoExitFullscreen) {
|
||||
plPlayerController!.triggerFullScreen(status: false);
|
||||
if (plPlayerController!.doubleSpeedStatus.value) {
|
||||
plPlayerController!.setDoubleSpeedStatus(false);
|
||||
if (plPlayerController!.longPressStatus.value) {
|
||||
plPlayerController!.setLongPressStatus(false);
|
||||
}
|
||||
if (plPlayerController!.controlsLock.value) {
|
||||
plPlayerController!.onLockControl(false);
|
||||
|
||||
Reference in New Issue
Block a user