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

Fixed spelling mistake

Leonardo Galli 8 years ago committed by GitHub
parent 6deefbb997
commit 0f2f2e4b32

@ -52,7 +52,7 @@ namespace NzbDrone.Core.Indexers.Newznab
{
var pageableRequests = new IndexerPageableRequestChain();
if (SupportsMovieSearch && searchCriteria.Movie.ImdbId.IsNotNullOrWhitespace())
if (SupportsMovieSearch && searchCriteria.Movie.ImdbId.IsNotNullOrWhiteSpace())
{
pageableRequests.Add(GetPagedRequests(MaxPages, Settings.Categories, "movie", $"&imdbid={searchCriteria.Movie.ImdbId.Substring(2)}"));
}

Loading…
Cancel
Save