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

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