mirror of
https://github.com/Jackett/Jackett
synced 2025-02-24 07:10:44 +00:00
BeyondHD: no longer ratioless
This commit is contained in:
parent
7b8de5e28d
commit
d0937d3561
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ namespace Jackett.Common.Indexers
|
|||
var grabs = qRow.Find("td:nth-child(9) > a").Get(0).FirstChild.ToString();
|
||||
release.Grabs = ParseUtil.CoerceInt(grabs);
|
||||
|
||||
release.DownloadVolumeFactor = 0; // ratioless
|
||||
release.DownloadVolumeFactor = 1;
|
||||
release.UploadVolumeFactor = 1;
|
||||
|
||||
releases.Add(release);
|
||||
|
|
Loading…
Reference in a new issue