New: Enable/Disable RSS Sync/Searching on a per indexer basis

This commit is contained in:
Mark McDowall
2014-08-17 19:25:00 -07:00
parent 7d91b1bdb7
commit ebf0dbc1d0
29 changed files with 279 additions and 132 deletions

View File

@@ -72,7 +72,7 @@ namespace NzbDrone.Integration.Test
// Add Wombles
var wombles = Indexers.Post(new Api.Indexers.IndexerResource
{
Enable = true,
EnableRss = true,
ConfigContract = "NullConfig",
Implementation = "Wombles",
Name = "Wombles",