New: Ability to set a post-import label in Deluge, rTorrent, qBittorrent, and uTorrent

This commit is contained in:
jtpavlock
2019-06-09 12:54:53 -05:00
committed by Qstick
parent a85c6c0a91
commit fc2c5b7521
19 changed files with 311 additions and 77 deletions
@@ -147,5 +147,10 @@ namespace NzbDrone.Core.Download
return null;
}
public virtual void MarkItemAsImported(DownloadClientItem downloadClientItem)
{
throw new NotSupportedException(this.Name + " does not support marking items as imported");
}
}
}