mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-21 22:05:38 -04:00
New: Searching for episodes with season level scene mapping now possible instead of only via RssSync (Newznab/Torznab only)
This commit is contained in:
@@ -3,6 +3,7 @@ using System.Linq;
|
||||
using System.Text.RegularExpressions;
|
||||
using NzbDrone.Common.EnsureThat;
|
||||
using NzbDrone.Common.Extensions;
|
||||
using NzbDrone.Core.DataAugmentation.Scene;
|
||||
using NzbDrone.Core.Tv;
|
||||
|
||||
namespace NzbDrone.Core.IndexerSearch.Definitions
|
||||
@@ -15,6 +16,7 @@ namespace NzbDrone.Core.IndexerSearch.Definitions
|
||||
|
||||
public Series Series { get; set; }
|
||||
public List<string> SceneTitles { get; set; }
|
||||
public List<SceneMapping> SceneMappings { get; set; }
|
||||
public List<Episode> Episodes { get; set; }
|
||||
public virtual bool MonitoredEpisodesOnly { get; set; }
|
||||
public virtual bool UserInvokedSearch { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user