[PlayerPanel] media API 호출 분기처리

This commit is contained in:
고동영
2024-07-02 14:51:08 +09:00
parent 58dba6613e
commit b3c54f49f8

View File

@@ -643,7 +643,11 @@ const PlayerPanel = ({
}, [videoVerticalVisible]);
useEffect(() => {
if (panelInfo.patnrId) {
if (
panelInfo.patnrId &&
panelInfo.showId &&
panelInfo.shptmBanrTpNm !== "MEDIA"
) {
dispatch(
getMainCategoryShowDetail({
patnrId: panelInfo.patnrId,