mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-16 21:35:04 -04:00
Fixed: Trakt link for movies instead of series
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user