Open codersaur opened 1 month ago
I think V2 is EOL. This issue is resolved in V3 though.
Is there a documented upgrade path fom v2 to v3?
If there is, I'm not aware of one. I would jump in the discord server and ask there if you don't get a response here.
There is no upgrade path. V2 and V3 are based on different *arr software.
Well if that's the case, can this issue not be fixed in v2?
Unlikely to happen. Can it? Sure. But none of the deva are spending time on v2.
Is there an existing issue for this?
Current Behavior
In src/NzbDrone.Core/Download/Clients/QBittorrent/QBittorrent.cs items with torrent.State of "forcedMetaDL" are mapped to an item.Status of DownloadItemStatus.Downloading. This does not match the logic used by other similar arr apps.
Expected Behavior
The DownloadItemStatus of items with torrent.State of "forcedMetaDL" in qBittorrent should be determined in the same way as those with torrent.State of "MetaDL". This will then match the logic used by other arr apps. (e.g. https://github.com/Sonarr/Sonarr/blob/86446a768627b98909389eac230720fcd00cb127/src/NzbDrone.Core/Download/Clients/QBittorrent/QBittorrent.cs#L286-L287).
The fix is to move the following line up to the previous section: case "forcedMetaDL": // torrent metadata is being forcibly downloaded
Steps To Reproduce
Torrent in "forcedMetaDL" state in qBittorrent.
Environment
What branch are you running?
Main
Trace Logs?
N/A
Anything else?
No response