mirror of
https://github.com/Readarr/Readarr.git
synced 2026-03-29 18:14:28 -04:00
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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user