|
|
@ -19,7 +19,7 @@ namespace NzbDrone.Core.IndexerSearch.Definitions
|
|
|
|
public virtual bool MonitoredEpisodesOnly { get; set; }
|
|
|
|
public virtual bool MonitoredEpisodesOnly { get; set; }
|
|
|
|
public virtual bool UserInvokedSearch { get; set; }
|
|
|
|
public virtual bool UserInvokedSearch { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
public List<string> QueryTitles => SceneTitles.Select(GetQueryTitle).ToList();
|
|
|
|
public List<string> QueryTitles => SceneTitles.Select(GetQueryTitle).Distinct().ToList();
|
|
|
|
|
|
|
|
|
|
|
|
public static string GetQueryTitle(string title)
|
|
|
|
public static string GetQueryTitle(string title)
|
|
|
|
{
|
|
|
|
{
|
|
|
@ -37,4 +37,4 @@ namespace NzbDrone.Core.IndexerSearch.Definitions
|
|
|
|
return cleanTitle.Trim('+', ' ');
|
|
|
|
return cleanTitle.Trim('+', ' ');
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|