mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-31 12:10:19 -07:00
Fixed: indexer returning an empty page during the rss sync.
This commit is contained in:
parent
fc75783fbe
commit
c16d02fc1d
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue