Fixed: Missing Episode Search command wasn't stored properly in the db causing it to search for all series, instead of one.

This commit is contained in:
Taloth Saldono 2015-09-22 23:48:19 +02:00
parent d637ee1a2d
commit 4060a24eec
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ namespace NzbDrone.Core.IndexerSearch
{
public class MissingEpisodeSearchCommand : Command
{
public int? SeriesId { get; private set; }
public int? SeriesId { get; set; }
public override bool SendUpdatesToClient
{