mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
Fixed: Removing torrents from Vuze
(cherry picked from commit d0c0720578abcc02d9abca24f60d73d32491cd2f)
This commit is contained in:
parent
be88010c20
commit
7f8243993c
1 changed files with 5 additions and 0 deletions
|
@ -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)
|
protected override OsPath GetOutputPath(OsPath outputPath, TransmissionTorrent torrent)
|
||||||
{
|
{
|
||||||
// Vuze has similar behavior as uTorrent:
|
// Vuze has similar behavior as uTorrent:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue