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:
parent
97ec479dc0
commit
559a236bb7
1 changed files with 1 additions and 1 deletions
|
@ -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 }
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue