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} - - )} ) : (