mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-09 04:22:30 +01:00
minor parsing fix
This commit is contained in:
parent
0069b29f88
commit
bb37444a99
@ -87,7 +87,7 @@ private void CheckQueue(List<History.History> grabbedHistory, List<History.Histo
|
||||
continue;
|
||||
}
|
||||
|
||||
PublishDownloadFailedEvent(historyItems, "Encypted download detected");
|
||||
PublishDownloadFailedEvent(historyItems, "Encrypted download detected");
|
||||
|
||||
if (_configService.RemoveFailedDownloads)
|
||||
{
|
||||
|
@ -116,7 +116,7 @@ public List<Episode> GetEpisodes(ParsedEpisodeInfo parsedEpisodeInfo, Series ser
|
||||
if (series.SeriesType == SeriesTypes.Standard)
|
||||
{
|
||||
_logger.Warn("Found daily-style episode for non-daily series: {0}.", series);
|
||||
return null;
|
||||
return result;
|
||||
}
|
||||
|
||||
var episodeInfo = GetDailyEpisode(series, parsedEpisodeInfo.AirDate, searchCriteria);
|
||||
|
Loading…
Reference in New Issue
Block a user