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);
|
pagedReleases.AddRange(page);
|
||||||
|
|
||||||
if (isRecent)
|
if (isRecent && page.Any())
|
||||||
{
|
{
|
||||||
if (lastReleaseInfo == null)
|
if (lastReleaseInfo == null)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user