1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-27 22:57:09 -04:00

Show warning message for rTorrent that it doesn't support torrent removal

This commit is contained in:
Mark McDowall
2015-06-28 14:06:03 -07:00
parent 873fadbcaa
commit 14b9a031bb
14 changed files with 88 additions and 2 deletions
@@ -11,6 +11,7 @@ namespace NzbDrone.Core.ThingiProvider
public string Implementation { get; set; }
public string ConfigContract { get; set; }
public virtual bool Enable { get; set; }
public ProviderMessage Message { get; set; }
public IProviderConfig Settings
{