diff --git a/src/NzbDrone.Core/Indexers/PassThePopcorn/PassThePopcornParser.cs b/src/NzbDrone.Core/Indexers/PassThePopcorn/PassThePopcornParser.cs index b21ee8e059..35e4e059e2 100644 --- a/src/NzbDrone.Core/Indexers/PassThePopcorn/PassThePopcornParser.cs +++ b/src/NzbDrone.Core/Indexers/PassThePopcorn/PassThePopcornParser.cs @@ -62,6 +62,7 @@ public IList ParseResponse(IndexerResponse indexerResponse) switch (torrent.FreeleechType?.ToUpperInvariant()) { case "FREELEECH": + case "NEUTRAL LEECH": flags |= IndexerFlags.G_Freeleech; break; case "HALF LEECH":