[PlayerPanel] youtube 라이브자막 비호출

This commit is contained in:
고동영
2024-07-25 10:00:24 +09:00
parent 0cdedada9d
commit 575be111d8

View File

@@ -978,6 +978,7 @@ const PlayerPanel = ({
if (currentSubtitleBlob || panelInfo?.shptmBanrTpNm === "MEDIA") {
return;
} else if (isYoutube) {
return;
//do caption action on VideoPlayer(componentDidUpdate)
} else {
if (mediaId && captionEnable && isSubtitleActive && !panelInfo?.modal) {
@@ -991,6 +992,7 @@ const PlayerPanel = ({
}
}, [
mediaId,
isYoutube,
captionEnable,
isSubtitleActive,
currentSubtitleBlob,