Don’t duplicate Cardigann indexers in All() call

pull/6/head
Qstick 3 years ago committed by GitHub
parent 6bbae3f04b
commit 6f113466bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -58,7 +58,6 @@ namespace NzbDrone.Core.IndexerVersions
var request = new HttpRequest($"https://indexers.prowlarr.com/master/{DEFINITION_VERSION}");
var response = _httpClient.Get<List<CardigannMetaDefinition>>(request);
indexerList = response.Resource;
indexerList.AddRange(response.Resource);
}
catch
{

Loading…
Cancel
Save