fix continue watching none IDs, add showEmbeddedVideo to useEffect

This commit is contained in:
Simon
2025-01-31 10:38:10 +07:00
parent 702000a493
commit 168412724e
5 changed files with 14 additions and 4 deletions

View File

@@ -81,6 +81,7 @@ const ChannelVideo = ({ videoType }: ChannelVideoProps) => {
channelId,
pagination?.current_page,
videoType,
showEmbeddedVideo,
]);
if (!channel) {