mirror of
https://github.com/Jackett/Jackett
synced 2025-01-01 04:38:20 +00:00
PassThePopcorn: Use freeleech status to set download factor. Resolves #6951
This commit is contained in:
parent
bcc3a2c576
commit
47bafe2a52
1 changed files with 1 additions and 1 deletions
|
@ -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 }
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue