Added Supports backlog boolean for Indexers.

This commit is contained in:
Mark McDowall 2011-05-01 01:04:44 -07:00
commit 0e429f58a1
8 changed files with 52 additions and 3 deletions

View file

@ -13,5 +13,7 @@ namespace NzbDrone.Core.Repository
public String IndexProviderType { get; set; }
public String Name { get; set; }
public Boolean SupportsBacklog { get; set; }
}
}