diff --git a/frontend/src/pages/VODs.jsx b/frontend/src/pages/VODs.jsx index 8a4b4ab7..d89cf9b1 100644 --- a/frontend/src/pages/VODs.jsx +++ b/frontend/src/pages/VODs.jsx @@ -510,7 +510,7 @@ const VODModal = ({ vod, opened, onClose }) => { {/* Provider Information & Play Button Row */} - {(vod?.m3u_account || true) && ( + {(vod?.m3u_account) && ( {vod?.m3u_account && (