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

@@ -39,6 +39,7 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
* RARBG
* ShowRSS
* Sky torrents
* T411 v2
* The Pirate Bay
* TNTVillage <!-- maintained by bonny1992 -->
* Tokyo Toshokan
@@ -224,7 +225,6 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
* Trezzor
* TV Chaos UK
* TV-Vault
* T411 v2
* u-Torrent
* UHDBits
* Ultimate Gamer Club

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