diff --git a/frontend/src/pages/VODs.jsx b/frontend/src/pages/VODs.jsx index 299ea09f..7f533c67 100644 --- a/frontend/src/pages/VODs.jsx +++ b/frontend/src/pages/VODs.jsx @@ -1093,44 +1093,46 @@ const VODModal = ({ vod, opened, onClose }) => { Watch Trailer )} - {/* Removed Play Movie button from here */} + {/* Provider Information & Play Button Row */} - {(vod?.m3u_account) && ( - - {vod?.m3u_account && ( - - IPTV Provider - - - {vod.m3u_account.name} + + {/* Provider Information (conditional) */} + {vod?.m3u_account && ( + + IPTV Provider + + + {vod.m3u_account.name} + + {vod.m3u_account.account_type && ( + + {vod.m3u_account.account_type === 'XC' ? 'Xtream Codes' : 'Standard M3U'} - {vod.m3u_account.account_type && ( - - {vod.m3u_account.account_type === 'XC' ? 'Xtream Codes' : 'Standard M3U'} - - )} - - + )} + + + )} + + {/* Play Button (always shown) */} + - - )} + + + {/* Technical Details */} {(displayVOD.bitrate || displayVOD.video || displayVOD.audio) && (