mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-23 06:45:19 -07:00
Fixed spelling mistake
This commit is contained in:
parent
6deefbb997
commit
0f2f2e4b32
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue