mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-16 11:37:58 +02:00
Fixed: indexer returning an empty page during the rss sync.
This commit is contained in:
parent
fc75783fbe
commit
c16d02fc1d
@ -139,7 +139,7 @@ protected virtual IList<ReleaseInfo> FetchReleases(IList<IEnumerable<IndexerRequ
|
||||
|
||||
pagedReleases.AddRange(page);
|
||||
|
||||
if (isRecent)
|
||||
if (isRecent && page.Any())
|
||||
{
|
||||
if (lastReleaseInfo == null)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user