mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02: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