Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/d2cf060473e11f04b9d1debeac48923b925064a9 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fixed: (LazyLibrarian) Use listNabProviders instead of listProviders

pull/679/head v0.1.7.1209
Qstick 3 years ago
parent 3b7b72d4e1
commit d2cf060473

@ -37,7 +37,7 @@ namespace NzbDrone.Core.Applications.LazyLibrarian
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);

Loading…
Cancel
Save