typo: vdCtr

This commit is contained in:
guozhigq
2024-03-14 00:18:03 +08:00
parent bc74e32c10
commit 337cdafef3

View File

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