[PlayerPanel] youtube 라이브자막 비호출
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user