mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-25 22:37:27 -04:00
New: Loads of Backend Updates to Clients and Indexers
This commit is contained in:
@@ -52,6 +52,8 @@ namespace NzbDrone.Core.Indexers
|
||||
|
||||
lock (result)
|
||||
{
|
||||
_logger.Debug("Found {0} from {1}", indexerReports.Count, indexer.Name);
|
||||
|
||||
result.AddRange(indexerReports);
|
||||
}
|
||||
}
|
||||
@@ -71,4 +73,4 @@ namespace NzbDrone.Core.Indexers
|
||||
return result;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user