mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
@@ -252,11 +252,10 @@ class _VideoDetailPageState extends State<VideoDetailPage>
|
|||||||
bool notExitFlag = false;
|
bool notExitFlag = false;
|
||||||
|
|
||||||
/// 顺序播放 列表循环
|
/// 顺序播放 列表循环
|
||||||
if (videoDetailController.isPlayAll) {
|
if (plPlayerController!.playRepeat != PlayRepeat.pause &&
|
||||||
notExitFlag = videoIntroController.nextPlay();
|
|
||||||
} else if (plPlayerController!.playRepeat != PlayRepeat.pause &&
|
|
||||||
plPlayerController!.playRepeat != PlayRepeat.singleCycle) {
|
plPlayerController!.playRepeat != PlayRepeat.singleCycle) {
|
||||||
if (videoDetailController.videoType == SearchType.video) {
|
if (videoDetailController.isPlayAll ||
|
||||||
|
videoDetailController.videoType == SearchType.video) {
|
||||||
notExitFlag = videoIntroController.nextPlay();
|
notExitFlag = videoIntroController.nextPlay();
|
||||||
} else if (videoDetailController.videoType ==
|
} else if (videoDetailController.videoType ==
|
||||||
SearchType.media_bangumi) {
|
SearchType.media_bangumi) {
|
||||||
|
|||||||
@@ -282,11 +282,10 @@ class _VideoDetailPageVState extends State<VideoDetailPageV>
|
|||||||
bool notExitFlag = false;
|
bool notExitFlag = false;
|
||||||
|
|
||||||
/// 顺序播放 列表循环
|
/// 顺序播放 列表循环
|
||||||
if (videoDetailController.isPlayAll) {
|
if (plPlayerController!.playRepeat != PlayRepeat.pause &&
|
||||||
notExitFlag = videoIntroController.nextPlay();
|
|
||||||
} else if (plPlayerController!.playRepeat != PlayRepeat.pause &&
|
|
||||||
plPlayerController!.playRepeat != PlayRepeat.singleCycle) {
|
plPlayerController!.playRepeat != PlayRepeat.singleCycle) {
|
||||||
if (videoDetailController.videoType == SearchType.video) {
|
if (videoDetailController.isPlayAll ||
|
||||||
|
videoDetailController.videoType == SearchType.video) {
|
||||||
notExitFlag = videoIntroController.nextPlay();
|
notExitFlag = videoIntroController.nextPlay();
|
||||||
} else if (videoDetailController.videoType ==
|
} else if (videoDetailController.videoType ==
|
||||||
SearchType.media_bangumi) {
|
SearchType.media_bangumi) {
|
||||||
|
|||||||
Reference in New Issue
Block a user