mirror of
https://github.com/Sonarr/Sonarr
synced 2026-04-21 04:32:01 +02:00
parent
eb0bce8dbf
commit
d0c0720578
1 changed files with 5 additions and 0 deletions
|
|
@ -24,6 +24,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