1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2024-12-27 02:09:24 +00:00

torrentparadiseml: change to freeleech. resolves #11071

This commit is contained in:
ilike2burnthing 2021-02-13 15:46:09 +00:00 committed by GitHub
parent 97ec479dc0
commit 559a236bb7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -124,7 +124,7 @@ namespace Jackett.Common.Indexers
InfoHash = result.Id,
PublishDate = DateTime.Now,
Details = new Uri(SiteLink),
DownloadVolumeFactor = 1,
DownloadVolumeFactor = 0,
UploadVolumeFactor = 1,
Category = new List<int> { TorznabCatType.Other.ID }
};