Fixed: indexer returning an empty page during the rss sync.

pull/2/head
Taloth Saldono 9 years ago
parent fc75783fbe
commit c16d02fc1d

@ -139,7 +139,7 @@ namespace NzbDrone.Core.Indexers
pagedReleases.AddRange(page); pagedReleases.AddRange(page);
if (isRecent) if (isRecent && page.Any())
{ {
if (lastReleaseInfo == null) if (lastReleaseInfo == null)
{ {

Loading…
Cancel
Save