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

New: Search for all missing episodes

This commit is contained in:
Mark McDowall
2014-03-20 16:41:28 -07:00
parent 1e42bf18e2
commit 89e0b41ebc
8 changed files with 287 additions and 6 deletions
@@ -3,7 +3,7 @@ using NzbDrone.Core.Messaging.Commands;
namespace NzbDrone.Core.IndexerSearch
{
public class EpisodeSearchCommand : Command
public class MissingEpisodeSearchCommand : Command
{
public List<int> EpisodeIds { get; set; }