Skip to content

Commit

Permalink
xspeeds: add MR
Browse files Browse the repository at this point in the history
  • Loading branch information
garfield69 committed Oct 24, 2020
1 parent 55b8a91 commit fba6f1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Jackett.Common/Indexers/XSpeeds.cs
Expand Up @@ -298,6 +298,8 @@ protected override async Task<IEnumerable<ReleaseInfo>> PerformQuery(TorznabQuer
else
release.UploadVolumeFactor = 1;

release.MinimumRatio = 0.8;

releases.Add(release);
}
}
Expand Down

0 comments on commit fba6f1c

Please sign in to comment.