diff --git a/src/NzbDrone.Core/Indexers/PassThePopcorn/PassThePopcornParser.cs b/src/NzbDrone.Core/Indexers/PassThePopcorn/PassThePopcornParser.cs index d8baca8fd..8453d4f9d 100644 --- a/src/NzbDrone.Core/Indexers/PassThePopcorn/PassThePopcornParser.cs +++ b/src/NzbDrone.Core/Indexers/PassThePopcorn/PassThePopcornParser.cs @@ -45,7 +45,7 @@ namespace NzbDrone.Core.Indexers.PassThePopcorn jsonResponse.TotalResults.IsNullOrWhiteSpace() || jsonResponse.Movies == null) { - throw new IndexerException(indexerResponse, "No results were found"); + return torrentInfos; }