mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-21 22:25:03 -04:00
Fixed: (PTP) Parse half leech
This commit is contained in:
@@ -138,6 +138,10 @@ namespace NzbDrone.Core.Indexers
|
||||
{
|
||||
torrentRelease.IndexerFlags.Add(IndexerFlag.FreeLeech);
|
||||
}
|
||||
else if (torrentRelease.DownloadVolumeFactor == 0.5)
|
||||
{
|
||||
torrentRelease.IndexerFlags.Add(IndexerFlag.HalfLeech);
|
||||
}
|
||||
|
||||
if (torrentRelease.UploadVolumeFactor == 0.0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user