Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-08-10 21:07:06 +08:00
parent 309c871919
commit 88c2ba8059
5 changed files with 19 additions and 14 deletions

View File

@@ -1945,11 +1945,14 @@ class _VideoDetailPageVState extends State<VideoDetailPageV>
],
Padding(
padding: const EdgeInsets.symmetric(horizontal: 12),
child: SeasonPanel(
heroTag: heroTag,
onTap: false,
showEpisodes: showEpisodes,
ugcIntroController: ugcIntroController,
child: Obx(
() => SeasonPanel(
key: ValueKey(introController.videoDetail.value),
heroTag: heroTag,
onTap: false,
showEpisodes: showEpisodes,
ugcIntroController: ugcIntroController,
),
),
),
Expanded(