diff --git a/src/Jackett.Common/Indexers/Definitions/PassThePopcorn.cs b/src/Jackett.Common/Indexers/Definitions/PassThePopcorn.cs index 923162328..354ef92c9 100644 --- a/src/Jackett.Common/Indexers/Definitions/PassThePopcorn.cs +++ b/src/Jackett.Common/Indexers/Definitions/PassThePopcorn.cs @@ -128,6 +128,11 @@ namespace Jackett.Common.Indexers.Definitions queryCollection.Set("freetorrent", "1"); } + if (configGoldenPopcornOnly) + { + queryCollection.Set("scene", "2"); + } + var searchQuery = query.ImdbID.IsNotNullOrWhiteSpace() ? query.ImdbID : query.GetQueryString(); if (searchQuery.IsNotNullOrWhiteSpace())