From 37f68715f9fc2bb003e375ce3d54d04ce66b72d3 Mon Sep 17 00:00:00 2001 From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> Date: Sun, 2 Apr 2023 11:04:21 +0100 Subject: [PATCH] tvstore: site is always freeleech https://tvstore.me/site/freetorrent.php --- src/Jackett.Common/Indexers/TVStore.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Jackett.Common/Indexers/TVStore.cs b/src/Jackett.Common/Indexers/TVStore.cs index 96b04582e..f0d2d3abd 100644 --- a/src/Jackett.Common/Indexers/TVStore.cs +++ b/src/Jackett.Common/Indexers/TVStore.cs @@ -219,7 +219,7 @@ namespace Jackett.Common.Indexers Description = description, MinimumRatio = 1, MinimumSeedTime = 172800, // 48 hours - DownloadVolumeFactor = 1, + DownloadVolumeFactor = 0, UploadVolumeFactor = UploadFactorCalculator(publishDate, isSeasonPack), Imdb = imdbId };