Fixed: Trakt link for movies instead of series

This commit is contained in:
Devin Buhl
2019-10-26 15:57:09 +00:00
committed by GitHub
parent ee7e507cde
commit f6eb6666c2

View File

@@ -29,7 +29,7 @@ function MovieDetailsLinks(props) {
<Link
className={styles.link}
to={`https://trakt.tv/search/tvdb/${tmdbId}?id_type=show`}
to={`https://trakt.tv/search/tmdb/${tmdbId}?id_type=movie`}
>
<Label
className={styles.linkLabel}