자동재생 플레이어 관련 playeroverlay logo 수정
This commit is contained in:
@@ -63,7 +63,9 @@ export default function PlayerOverlayContents({
|
|||||||
}, [captionEnable]);
|
}, [captionEnable]);
|
||||||
|
|
||||||
const patncLogoPath = useMemo(() => {
|
const patncLogoPath = useMemo(() => {
|
||||||
let logo = playListInfo[selectedIndex]?.patncLogoPath;
|
let logo = playListInfo[selectedIndex]?.patncLogoPath
|
||||||
|
? playListInfo[selectedIndex]?.patncLogoPath
|
||||||
|
: playListInfo[selectedIndex]?.logoImgPath;
|
||||||
if (type === "MEDIA") {
|
if (type === "MEDIA") {
|
||||||
logo = panelInfo?.patncLogoPath;
|
logo = panelInfo?.patncLogoPath;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1814,7 +1814,6 @@ const PlayerPanel = ({
|
|||||||
attempts++;
|
attempts++;
|
||||||
if (newIndex === initialIndex) break;
|
if (newIndex === initialIndex) break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (playListInfo[newIndex]?.showId) {
|
if (playListInfo[newIndex]?.showId) {
|
||||||
setSelectedIndex(newIndex);
|
setSelectedIndex(newIndex);
|
||||||
if (panelInfo.shptmBanrTpNm === "VOD") {
|
if (panelInfo.shptmBanrTpNm === "VOD") {
|
||||||
|
|||||||
Reference in New Issue
Block a user