From d0c0720578abcc02d9abca24f60d73d32491cd2f 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 Fixes #3951 --- 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 679294d32..ac355204c 100644 --- a/src/NzbDrone.Core/Download/Clients/Vuze/Vuze.cs +++ b/src/NzbDrone.Core/Download/Clients/Vuze/Vuze.cs @@ -24,6 +24,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: