mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-20 22:14:34 -04:00
New: Loads of Backend Updates to Clients and Indexers
This commit is contained in:
@@ -17,6 +17,7 @@ namespace NzbDrone.Core.IndexerSearch.Definitions
|
||||
public List<string> SceneTitles { get; set; }
|
||||
public virtual bool MonitoredEpisodesOnly { get; set; }
|
||||
public virtual bool UserInvokedSearch { get; set; }
|
||||
public virtual bool InteractiveSearch { get; set; }
|
||||
|
||||
public List<string> QueryTitles => SceneTitles.Select(GetQueryTitle).ToList();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user