mirror of
https://github.com/Jackett/Jackett
synced 2025-02-23 14:51:01 +00:00
SceneAccess: site is now permanently free-leech (#1749)
This commit is contained in:
parent
168f04e786
commit
40079b0365
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ namespace Jackett.Indexers
|
|||
var grabs = qRow.Find("td.ttr_snatched").Get(0).FirstChild.ToString();
|
||||
release.Grabs = ParseUtil.CoerceInt(grabs);
|
||||
|
||||
release.DownloadVolumeFactor = 1;
|
||||
release.DownloadVolumeFactor = 0;
|
||||
release.UploadVolumeFactor = 1;
|
||||
|
||||
releases.Add(release);
|
||||
|
|
Loading…
Reference in a new issue