mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-28 21:12:43 +02:00
add series works again, now includes title.
This commit is contained in:
@@ -45,7 +45,7 @@ namespace NzbDrone.Core.Jobs
|
||||
Logger.Debug("Processing missing episodes from the past week, count: {0}", missingEpisodes.Count);
|
||||
foreach (var episode in missingEpisodes)
|
||||
{
|
||||
_episodeSearchJob.Start(notification, new { EpisodeId = episode.OID });
|
||||
_episodeSearchJob.Start(notification, new { EpisodeId = episode.Id });
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user