mirror of
https://github.com/Radarr/Radarr
synced 2025-12-24 01:10:41 +01:00
Update NewznabRequestGenerator.cs
This commit is contained in:
parent
eb0f825cfc
commit
42f84b830c
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ public IndexerPageableRequestChain GetSearchRequests(MovieSearchCriteria searchC
|
|||
{
|
||||
var pageableRequests = new IndexerPageableRequestChain();
|
||||
|
||||
if (false)
|
||||
if (SupportsMovieSearch)
|
||||
{
|
||||
pageableRequests.Add(GetPagedRequests(MaxPages, Settings.Categories, "movie",
|
||||
string.Format("&imdbid={0}", searchCriteria.Movie.ImdbId.Substring(2)))); //strip off the "tt" - VERY HACKY
|
||||
|
|
|
|||
Loading…
Reference in a new issue