UI Updates, Separate Auto and Manual Searches per Indexer

This commit is contained in:
Qstick
2017-12-02 00:03:12 -05:00
parent e181876dfc
commit 27d65937c0
28 changed files with 202 additions and 117 deletions

View File

@@ -28,7 +28,8 @@ namespace NzbDrone.Integration.Test
Indexers.Post(new Lidarr.Api.V1.Indexers.IndexerResource
{
EnableRss = false,
EnableSearch = false,
EnableInteractiveSearch = false,
EnableAutomaticSearch = false,
ConfigContract = nameof(NewznabSettings),
Implementation = nameof(Newznab),
Name = "NewznabTest",