mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-23 22:25:14 -04:00
Fixed: Get actual file names from QBittorrent API (#5226)
* Fixed: Get actual file names from QBittorrent API Previously we were assuming that the output filename was the category output dir + the torrent name. This isn't true if the torrent has been renamed or sanitized.
This commit is contained in:
@@ -25,6 +25,11 @@ namespace NzbDrone.Core.Download
|
||||
public bool CanMoveFiles { get; set; }
|
||||
public bool CanBeRemoved { get; set; }
|
||||
public bool Removed { get; set; }
|
||||
|
||||
public DownloadClientItem Clone()
|
||||
{
|
||||
return MemberwiseClone() as DownloadClientItem;
|
||||
}
|
||||
}
|
||||
|
||||
public class DownloadClientItemClientInfo
|
||||
|
||||
Reference in New Issue
Block a user