mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
fixed Newznab category numbers.
This commit is contained in:
parent
a7fc3f9776
commit
13cff22cf8
5 changed files with 62 additions and 34 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue