Added Supports backlog boolean for Indexers.

This commit is contained in:
Mark McDowall
2011-05-01 01:04:44 -07:00
parent 00aa3ec7bc
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; }
}
}