mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
PassThePopcorn: Use freeleech status to set download factor. Resolves #6951
This commit is contained in:
@@ -178,7 +178,7 @@ namespace Jackett.Common.Indexers
|
||||
Guid = link,
|
||||
MinimumRatio = 1,
|
||||
MinimumSeedTime = 345600,
|
||||
DownloadVolumeFactor = 1,
|
||||
DownloadVolumeFactor = free ? 0 : 1,
|
||||
UploadVolumeFactor = 1,
|
||||
Category = new List<int> { TorznabCatType.Movies.ID }
|
||||
};
|
||||
|
Reference in New Issue
Block a user