mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-01-05 07:15:21 +01:00
Fixed: (Indexer) PTP IMDB search
This commit is contained in:
parent
d5b34e8c03
commit
fe324dcc0c
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ public IndexerPageableRequestChain GetSearchRequests(MovieSearchCriteria searchC
|
|||
|
||||
if (searchCriteria.ImdbId.IsNotNullOrWhiteSpace())
|
||||
{
|
||||
pageableRequests.Add(GetRequest(searchCriteria.ImdbId));
|
||||
pageableRequests.Add(GetRequest(searchCriteria.FullImdbId));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue