mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
mod: playall: auto play next
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -226,7 +226,9 @@ class _VideoDetailPageState extends State<VideoDetailPage>
|
|||||||
bool notExitFlag = false;
|
bool notExitFlag = false;
|
||||||
|
|
||||||
/// 顺序播放 列表循环
|
/// 顺序播放 列表循环
|
||||||
if (plPlayerController!.playRepeat != PlayRepeat.pause &&
|
if (videoDetailController.isPlayAll) {
|
||||||
|
notExitFlag = videoIntroController.nextPlay();
|
||||||
|
} else if (plPlayerController!.playRepeat != PlayRepeat.pause &&
|
||||||
plPlayerController!.playRepeat != PlayRepeat.singleCycle) {
|
plPlayerController!.playRepeat != PlayRepeat.singleCycle) {
|
||||||
if (videoDetailController.videoType == SearchType.video) {
|
if (videoDetailController.videoType == SearchType.video) {
|
||||||
notExitFlag = videoIntroController.nextPlay();
|
notExitFlag = videoIntroController.nextPlay();
|
||||||
|
|||||||
Reference in New Issue
Block a user