Player LiveChannel grogressBar gague vod 예외처리

This commit is contained in:
dongyoungKo
2025-05-29 09:54:35 +09:00
parent ac4a1f52d1
commit 07fd5d3d7e

View File

@@ -152,7 +152,7 @@ export default memo(function PlayerItemCard({
</div>
<h3 dangerouslySetInnerHTML={productName()} className={css.title} />
{liveInfo && liveInfo[selectedIndex]?.showType === "live" && (
{liveInfo && liveInfo.showType === "live" && (
<div
className={classNames(
css.progressBarWrap,