mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fixed: (LazyLibrarian) Use listNabProviders instead of listProviders
This commit is contained in:
@@ -37,7 +37,7 @@ namespace NzbDrone.Core.Applications.LazyLibrarian
|
|||||||
|
|
||||||
public List<LazyLibrarianIndexer> GetIndexers(LazyLibrarianSettings settings)
|
public List<LazyLibrarianIndexer> GetIndexers(LazyLibrarianSettings settings)
|
||||||
{
|
{
|
||||||
var request = BuildRequest(settings, "/api", "listProviders", HttpMethod.GET);
|
var request = BuildRequest(settings, "/api", "listNabProviders", HttpMethod.GET);
|
||||||
|
|
||||||
var response = Execute<LazyLibrarianIndexerResponse>(request);
|
var response = Execute<LazyLibrarianIndexerResponse>(request);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user