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

Merge pull request from onedr0p/onedr0p-patch-1

Update TorrentPotatoRequestGenerator.cs
pull/2/head
Devin Buhl 8 years ago committed by GitHub
commit f7fb238fb4

@ -79,9 +79,8 @@ namespace NzbDrone.Core.Indexers.TorrentPotato
requestBuilder.AddQueryParam("passkey", Settings.Passkey);
requestBuilder.AddQueryParam("user", Settings.User);
requestBuilder.AddQueryParam("imdbid", "tt0076759"); //For now just search for Star Wars.
// requestBuilder.AddQueryParam("imdbid", "tt0076759"); //For now just search for Star Wars.
requestBuilder.AddQueryParam("search", "the"); // there has to be movies with 'the' in the title on any indexer
yield return new IndexerRequest(requestBuilder.Build());
}

Loading…
Cancel
Save