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