mirror of
https://github.com/Radarr/Radarr
synced 2026-05-03 04:41:23 +02:00
Fixed: Removing torrents from Vuze
(cherry picked from commit d0c0720578abcc02d9abca24f60d73d32491cd2f)
This commit is contained in:
parent
dd3218588f
commit
0100819ae4
1 changed files with 5 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue