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
@@ -18,6 +18,7 @@ namespace NzbDrone.Core.IndexerSearch.Definitions
public virtual bool MonitoredEpisodesOnly { get; set; }
public virtual bool UserInvokedSearch { get; set; }
public virtual bool InteractiveSearch { get; set; }
public Artist Artist { get; set; }
public List<Album> Albums { get; set; }