Fixed: (PTP) Parse half leech

This commit is contained in:
Bogdan
2023-12-04 10:41:29 +02:00
parent fbc3c09094
commit c3aa377ed5
2 changed files with 10 additions and 1 deletions
@@ -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)
{