diff --git a/frontend/src/pages/VODs.jsx b/frontend/src/pages/VODs.jsx index cdf8ca20..e109f993 100644 --- a/frontend/src/pages/VODs.jsx +++ b/frontend/src/pages/VODs.jsx @@ -684,6 +684,42 @@ const SeriesModal = ({ series, opened, onClose }) => { {episode.rating} )} + {/* IMDb and TMDb badges for episode */} + {(episode.imdb_id || displaySeries.tmdb_id) && ( + + + Links + {episode.imdb_id && ( + + IMDb + + )} + {displaySeries.tmdb_id && ( + + TMDb + + )} + + )} {episode.director && (