mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-08-05 18:20:10 +08:00
fix: reverse play
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -1577,7 +1577,7 @@ class _VideoDetailPageState extends State<VideoDetailPage>
|
||||
);
|
||||
}
|
||||
|
||||
showEpisodes(index, season, episodes, bvid, aid, cid, onReverse) {
|
||||
showEpisodes(index, season, episodes, bvid, aid, cid) {
|
||||
Widget listSheetContent() => ListSheetContent(
|
||||
index: index,
|
||||
season: season,
|
||||
@@ -1600,7 +1600,6 @@ class _VideoDetailPageState extends State<VideoDetailPage>
|
||||
onReverse: () {
|
||||
Get.back();
|
||||
onReversePlay();
|
||||
onReverse();
|
||||
},
|
||||
);
|
||||
if (isFullScreen) {
|
||||
|
||||
Reference in New Issue
Block a user