Prowlarr / Prowlarr

Prowlarr is an indexer manager/proxy built on the popular *arr .net/reactjs base stack to integrate with your various PVR apps, supporting management of both Torrent Trackers and Usenet Indexers.
https://prowlarr.com
GNU General Public License v3.0
4.17k stars 200 forks source link

Incorrect hyperlinks for TMDb series #2294

Open ShanaryS opened 16 hours ago

ShanaryS commented 16 hours ago

Is there an existing issue for this?

Current Behavior

The hyperlink when clicking on the TMDb parameter in history always goes to /movie/id. It doesn't seem to affect the results, which makes sense if just the id is being sent, or an OR clause is being used on the tracker side.

Expected Behavior

It should correctly use /tv/id, at least if the season or episode parameter is present. If neither are, then I'm not sure if it's possible to detect which one it should use.

Steps To Reproduce

Click on a tmdb link from the history tab or indexer history.

Environment

- OS: Ubuntu 20.04
- Prowlarr: 1.27.0.4852
- Docker Install: Yes
- Using Reverse Proxy: No
- Browser: Chrome 131

What branch are you running?

Master

Trace Logs?

N/A

Trace Logs have been provided as applicable. Reports may be closed if the required logs are not provided.

mynameisbogdan commented 15 hours ago

https://github.com/Prowlarr/Prowlarr/blob/61e863cb3163137c4209ff3e3082ca74494b0a7f/frontend/src/History/HistoryRowParameter.tsx#L21