mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-01-01 05:14:52 +01:00
Fixed: (TorrentPotato) Use full IMDb Id
This commit is contained in:
parent
3e95bc4056
commit
ca08c818e6
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ public IndexerPageableRequestChain GetSearchRequests(MovieSearchCriteria searchC
|
|||
{
|
||||
var pageableRequests = new IndexerPageableRequestChain();
|
||||
|
||||
pageableRequests.Add(BuildRequest(searchCriteria.SearchTerm, searchCriteria.ImdbId));
|
||||
pageableRequests.Add(BuildRequest(searchCriteria.SearchTerm, searchCriteria.FullImdbId));
|
||||
|
||||
return pageableRequests;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue