fixed Newznab category numbers.

This commit is contained in:
kay.one 2013-06-03 20:33:03 -07:00
commit 13cff22cf8
5 changed files with 62 additions and 34 deletions

View file

@ -5,7 +5,7 @@ namespace NzbDrone.Core.Indexers
{
public abstract class IndexerWithSetting<TSetting> : IndexerBase where TSetting : class, IIndexerSetting, new()
{
public TSetting Settings { get; private set; }
public TSetting Settings { get; set; }
public TSetting ImportSettingsFromJson(string json)
{