added torrent feature toggle.

dropped NzbClub.
This commit is contained in:
Keivan Beigi
2013-09-13 17:10:39 -07:00
parent 771e366441
commit 5fc4cd29a3
14 changed files with 71 additions and 174 deletions
@@ -123,6 +123,14 @@ namespace NzbDrone.Core.Indexers.Newznab
}
}
public override IndexerKind Kind
{
get
{
return IndexerKind.Usenet;
}
}
private static string NewsnabifyTitle(string title)
{