자동재생 플레이어 관련 playeroverlay logo 수정
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -1814,7 +1814,6 @@ const PlayerPanel = ({
|
||||
attempts++;
|
||||
if (newIndex === initialIndex) break;
|
||||
}
|
||||
|
||||
if (playListInfo[newIndex]?.showId) {
|
||||
setSelectedIndex(newIndex);
|
||||
if (panelInfo.shptmBanrTpNm === "VOD") {
|
||||
|
||||
Reference in New Issue
Block a user