mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-22 22:34:53 -04:00
Fixed: (Indexer) PTP IMDB search
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@ namespace NzbDrone.Core.Indexers.PassThePopcorn
|
||||
|
||||
if (searchCriteria.ImdbId.IsNotNullOrWhiteSpace())
|
||||
{
|
||||
pageableRequests.Add(GetRequest(searchCriteria.ImdbId));
|
||||
pageableRequests.Add(GetRequest(searchCriteria.FullImdbId));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user