Merge branch 'main' into fix-favoritesCalc
This commit is contained in:
@ -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(),
|
||||||
],
|
],
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user