This commit is contained in:
kaso17
2017-08-30 11:54:06 +02:00
2 changed files with 2 additions and 2 deletions

View File

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