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
+1 -1
View File
@@ -15,7 +15,7 @@ namespace NzbDrone.Core.Indexers
{
public abstract class RssParserBase : IParseFeed
{
private Logger _logger;
private readonly Logger _logger;
protected virtual ReleaseInfo CreateNewReleaseInfo()
{