mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-04-20 20:00:48 +02:00
Fixed: Trakt link for movies instead of series
This commit is contained in:
parent
ee7e507cde
commit
f6eb6666c2
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue