diff --git a/src/NzbDrone.Core/Indexers/Definitions/TorrentPotato/TorrentPotatoRequestGenerator.cs b/src/NzbDrone.Core/Indexers/Definitions/TorrentPotato/TorrentPotatoRequestGenerator.cs index 465437b0f..b7df35f5a 100644 --- a/src/NzbDrone.Core/Indexers/Definitions/TorrentPotato/TorrentPotatoRequestGenerator.cs +++ b/src/NzbDrone.Core/Indexers/Definitions/TorrentPotato/TorrentPotatoRequestGenerator.cs @@ -19,7 +19,7 @@ namespace NzbDrone.Core.Indexers.Definitions.TorrentPotato { var pageableRequests = new IndexerPageableRequestChain(); - pageableRequests.Add(BuildRequest(searchCriteria.SearchTerm, searchCriteria.ImdbId)); + pageableRequests.Add(BuildRequest(searchCriteria.SearchTerm, searchCriteria.FullImdbId)); return pageableRequests; }