From 0100819ae490f73499225598ec001b74acfd0d36 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Tue, 15 Sep 2020 21:35:26 -0700 Subject: [PATCH] Fixed: Removing torrents from Vuze (cherry picked from commit d0c0720578abcc02d9abca24f60d73d32491cd2f) --- src/NzbDrone.Core/Download/Clients/Vuze/Vuze.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/NzbDrone.Core/Download/Clients/Vuze/Vuze.cs b/src/NzbDrone.Core/Download/Clients/Vuze/Vuze.cs index b03f7fd89..6f97b8677 100644 --- a/src/NzbDrone.Core/Download/Clients/Vuze/Vuze.cs +++ b/src/NzbDrone.Core/Download/Clients/Vuze/Vuze.cs @@ -26,6 +26,11 @@ public Vuze(ITransmissionProxy proxy, { } + 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: