mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-16 21:16:24 -04:00
Fixed: indexer returning an empty page during the rss sync.
This commit is contained in:
@@ -139,7 +139,7 @@ namespace NzbDrone.Core.Indexers
|
||||
|
||||
pagedReleases.AddRange(page);
|
||||
|
||||
if (isRecent)
|
||||
if (isRecent && page.Any())
|
||||
{
|
||||
if (lastReleaseInfo == null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user