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
1 changed files with 1 additions and 1 deletions

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