mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-20 22:14:34 -04:00
Fixed: Respect delays when searching after a failed DownloadRelease
Closes #1292
This commit is contained in:
@@ -18,6 +18,7 @@ namespace NzbDrone.Core.IndexerSearch.Definitions
|
||||
public List<string> SceneTitles { get; set; }
|
||||
public List<Episode> Episodes { get; set; }
|
||||
public virtual bool MonitoredEpisodesOnly { get; set; }
|
||||
public virtual bool UserInvokedSearch { get; set; }
|
||||
|
||||
public List<string> QueryTitles
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user