1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2024-12-25 17:17:02 +00: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 @@ protected virtual IList<ReleaseInfo> FetchReleases(IList<IEnumerable<IndexerRequ
pagedReleases.AddRange(page); pagedReleases.AddRange(page);
if (isRecent) if (isRecent && page.Any())
{ {
if (lastReleaseInfo == null) if (lastReleaseInfo == null)
{ {