Skip to content

Commit

Permalink
Revert "🔧 Temporary remove trailer because it is too slow"
Browse files Browse the repository at this point in the history
This reverts commit 4fe5aa1.
  • Loading branch information
Asing1001 committed Nov 16, 2023
1 parent 4fe5aa1 commit be1de34
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/app/components/movieDetail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,12 +120,11 @@ class MovieDetail extends React.PureComponent<MovieDetailProps, { isExpanded: bo
</button>
)}
</div>
{/* the HLSVideoPlayer is too slow.... */}
{/* {trailer && (
{trailer && (
<div style={{ marginTop: '.5em', float: 'left', width: '100%' }}>
<HLSVideoPlayer streamUrl={trailer.streamUrl} poster={trailer.poster} />
</div>
)} */}
)}
</div>
);
};
Expand Down

0 comments on commit be1de34

Please sign in to comment.