Fixed: Activity->Queue didn't show manually downloaded specials for which the parser couldn't find an episode number.

pull/3113/head
Taloth Saldono 9 years ago
parent 2e81e278e1
commit 7b0bc4334d

@ -61,7 +61,7 @@ namespace NzbDrone.Core.Download.TrackedDownloads
var remoteEpisode = _parsingService.Map(parsedEpisodeInfo);
if (remoteEpisode.Series == null)
if (remoteEpisode.Series == null || !remoteEpisode.Episodes.Any())
{
var historyItems = _historyService.FindByDownloadId(downloadItem.DownloadId);

Loading…
Cancel
Save