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
@@ -37,6 +37,14 @@ namespace NzbDrone.Core.Indexers
get { return typeof(TSettings); }
}
public virtual ProviderMessage Message
{
get
{
return null;
}
}
public virtual IEnumerable<ProviderDefinition> DefaultDefinitions
{
get