Able to create new Newznab indexers

This commit is contained in:
Mark McDowall 2013-05-28 17:44:29 -07:00
commit e4410d8cb7
8 changed files with 117 additions and 13 deletions

View file

@ -10,5 +10,6 @@ namespace NzbDrone.Api.Indexers
public Boolean Enable { get; set; }
public String Name { get; set; }
public List<Field> Fields { get; set; }
public String Implementation { get; set; }
}
}