1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-01-19 10:54:05 +02:00

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

This commit is contained in:
Taloth Saldono 2015-07-25 22:44:49 +02:00
parent fc75783fbe
commit c16d02fc1d

View File

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