mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
passthepopcorn: fix filtering by golden releases
This commit is contained in:
@@ -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())
|
||||
|
Reference in New Issue
Block a user