diff --git a/super-screen/client/src/sections/water-prevention/components/right-bottom.js b/super-screen/client/src/sections/water-prevention/components/right-bottom.js index 2b5a9d0..4105917 100644 --- a/super-screen/client/src/sections/water-prevention/components/right-bottom.js +++ b/super-screen/client/src/sections/water-prevention/components/right-bottom.js @@ -13,7 +13,7 @@ function DataTop5(props) { if (videoList.length && structures.length) { setShowVideoList(videoList.filter(v => v.structId === structures[0].id)); if (!showVideoList) { - setShowVideoList(videoList[0]?.url) + setShowVideoList(recUrlToLiveUrl(videoList[0]?.url)) } } }, [videoList])