feat: play all member archives

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2024-12-27 12:50:11 +08:00
parent 329eb31387
commit 64672dbdf9
9 changed files with 190 additions and 129 deletions

View File

@@ -95,7 +95,13 @@ class VideoIntroController extends GetxController
preRender = true;
var args = Get.arguments['videoItem'];
var keys = Get.arguments.keys.toList();
videoItem!['pic'] = args.pic;
try {
if (args.pic != null && args.pic != '') {
videoItem!['pic'] = args.pic;
} else if (args.cover != null && args.cover != '') {
videoItem!['pic'] = args.cover;
}
} catch (_) {}
if (args.title is String) {
videoItem!['title'] = args.title;
} else {
@@ -693,7 +699,7 @@ class VideoIntroController extends GetxController
if (videoDetailController.isPlayAll &&
currentIndex == episodes.length - 2) {
videoDetailCtr.loadMoreMedia();
videoDetailCtr.getMediaList();
}
// 列表循环