자동재생 플레이어 관련 playeroverlay logo 수정

This commit is contained in:
opacity@t-win.kr
2025-10-21 17:56:05 +09:00
parent bfc74f713a
commit 8dd018bc32
2 changed files with 3 additions and 2 deletions

View File

@@ -63,7 +63,9 @@ export default function PlayerOverlayContents({
}, [captionEnable]);
const patncLogoPath = useMemo(() => {
let logo = playListInfo[selectedIndex]?.patncLogoPath;
let logo = playListInfo[selectedIndex]?.patncLogoPath
? playListInfo[selectedIndex]?.patncLogoPath
: playListInfo[selectedIndex]?.logoImgPath;
if (type === "MEDIA") {
logo = panelInfo?.patncLogoPath;
}

View File

@@ -1814,7 +1814,6 @@ const PlayerPanel = ({
attempts++;
if (newIndex === initialIndex) break;
}
if (playListInfo[newIndex]?.showId) {
setSelectedIndex(newIndex);
if (panelInfo.shptmBanrTpNm === "VOD") {