BeyondHD: no longer ratioless

This commit is contained in:
kaso17 2018-09-04 15:30:16 +02:00
parent 7b8de5e28d
commit d0937d3561
1 changed files with 1 additions and 1 deletions

View File

@ -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);