1
0
Fork 0
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:
Cory 2020-04-10 13:58:23 -05:00 committed by GitHub
parent bcc3a2c576
commit 47bafe2a52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }
};