Fixed: Trakt link for movies instead of series

pull/3848/head
Devin Buhl 5 years ago committed by GitHub
parent ee7e507cde
commit f6eb6666c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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}

Loading…
Cancel
Save