1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

Fixed: Removing torrents from Vuze

(cherry picked from commit d0c0720578abcc02d9abca24f60d73d32491cd2f)
This commit is contained in:
Mark McDowall
2020-09-15 21:35:26 -07:00
committed by Qstick
parent dd3218588f
commit 0100819ae4

View File

@@ -26,6 +26,11 @@ namespace NzbDrone.Core.Download.Clients.Vuze
{
}
public override void RemoveItem(string downloadId, bool deleteData)
{
_proxy.RemoveTorrent(downloadId, deleteData, Settings);
}
protected override OsPath GetOutputPath(OsPath outputPath, TransmissionTorrent torrent)
{
// Vuze has similar behavior as uTorrent: