Merge branch 'main' into fix-favoritesCalc

This commit is contained in:
guozhigq
2024-03-14 23:23:41 +08:00

View File

@ -557,9 +557,8 @@ class _VideoDetailPageState extends State<VideoDetailPage>
.withOpacity(0.06),
),
),
if (videoDetailController.videoType ==
SearchType.video &&
videoDetailController.enableRelatedVideo)
if (vdCtr.videoType == SearchType.video &&
vdCtr.enableRelatedVideo)
const RelatedVideoPanel(),
],
);