Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-12-27 20:54:41 +08:00
parent 25acf3a9bb
commit b51c646415
227 changed files with 768 additions and 764 deletions

View File

@@ -2110,7 +2110,7 @@ class _VideoDetailPageVState extends State<VideoDetailPageV>
..cid.refresh();
} else {
// switch to first episode
var episode = ugcIntroController
final episode = ugcIntroController
.videoDetail
.value
.ugcSeason!
@@ -2136,7 +2136,7 @@ class _VideoDetailPageVState extends State<VideoDetailPageV>
videoDetailController.cid.refresh();
} else {
// switch to first episode
var episode = videoDetail.pages!.first;
final episode = videoDetail.pages!.first;
if (episode.cid != videoDetailController.cid.value) {
ugcIntroController.onChangeEpisode(episode);
} else {