mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-31 08:08:19 +08:00
feat: pgc skip
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -130,11 +130,10 @@ class _ViewPointsPageState extends State<ViewPointsPage>
|
||||
onTap: segment.from != null
|
||||
? () {
|
||||
Get.back();
|
||||
plPlayerController
|
||||
?..danmakuController?.clear()
|
||||
..videoPlayerController?.seek(
|
||||
Duration(seconds: segment.from!),
|
||||
);
|
||||
plPlayerController?.seekTo(
|
||||
Duration(seconds: segment.from!),
|
||||
isSeek: false,
|
||||
);
|
||||
}
|
||||
: null,
|
||||
child: Padding(
|
||||
|
||||
Reference in New Issue
Block a user