using System.Collections.Generic;
using NzbDrone.Core.Messaging.Commands;
namespace NzbDrone.Core.IndexerSearch
{
public class MissingEpisodeSearchCommand : Command
public List<int> EpisodeIds { get; set; }
public override bool SendUpdatesToClient
get
return true;
}