1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-27 22:57:09 -04:00

Full page searching for missing episodes

New: Search for an entire page of missing episodes
This commit is contained in:
Mark McDowall
2013-10-04 20:47:20 -07:00
parent cf2ca6aa32
commit 7798e8b591
13 changed files with 386 additions and 53 deletions
@@ -1,10 +1,11 @@
using NzbDrone.Core.Messaging.Commands;
using System.Collections.Generic;
using NzbDrone.Core.Messaging.Commands;
namespace NzbDrone.Core.IndexerSearch
{
public class EpisodeSearchCommand : Command
{
public int EpisodeId { get; set; }
public List<int> EpisodeIds { get; set; }
public override bool SendUpdatesToClient
{