From 5f000274250ff880c5c464b1df6429ae88e2013e Mon Sep 17 00:00:00 2001 From: SergeantPanda Date: Thu, 11 Sep 2025 10:55:32 -0500 Subject: [PATCH] Reorganize VODModal buttons: move Play button next to Watch Trailer and update styles --- frontend/src/components/VODModal.jsx | 66 ++++++++++++---------------- 1 file changed, 28 insertions(+), 38 deletions(-) diff --git a/frontend/src/components/VODModal.jsx b/frontend/src/components/VODModal.jsx index d30b1c74..90fd3fad 100644 --- a/frontend/src/components/VODModal.jsx +++ b/frontend/src/components/VODModal.jsx @@ -457,20 +457,36 @@ const VODModal = ({ vod, opened, onClose }) => { )} - {/* Watch Trailer button at top */} - {displayVOD.youtube_trailer && ( + {/* Play and Watch Trailer buttons */} + - )} + {displayVOD.youtube_trailer && ( + + )} + @@ -490,11 +506,6 @@ const VODModal = ({ vod, opened, onClose }) => { {providers[0].m3u_account.name} - {providers[0].stream_id && ( - - Stream {providers[0].stream_id} - - )} ) : (