[PlayerPanel] media API 호출 분기처리
This commit is contained in:
@@ -643,7 +643,11 @@ const PlayerPanel = ({
|
||||
}, [videoVerticalVisible]);
|
||||
|
||||
useEffect(() => {
|
||||
if (panelInfo.patnrId) {
|
||||
if (
|
||||
panelInfo.patnrId &&
|
||||
panelInfo.showId &&
|
||||
panelInfo.shptmBanrTpNm !== "MEDIA"
|
||||
) {
|
||||
dispatch(
|
||||
getMainCategoryShowDetail({
|
||||
patnrId: panelInfo.patnrId,
|
||||
|
||||
Reference in New Issue
Block a user