1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-08-17 15:59:36 +02:00

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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}