Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-09-28 12:44:53 +08:00
parent 8f65a5d202
commit fb79fd9b9d

View File

@@ -654,6 +654,10 @@ class UgcIntroController extends CommonIntroController with ReloadMixin {
videoDetailCtr.plPlayerController.playRepeat;
if (episodes.isEmpty) {
if (playRepeat == PlayRepeat.listCycle) {
videoDetailCtr.plPlayerController.play(repeat: true);
return true;
}
if (playRepeat == PlayRepeat.autoPlayRelated &&
videoDetailCtr.plPlayerController.showRelatedVideo) {
return playRelated();