mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-25 22:59:10 -04:00
New: Handle Freeleech flag at IndexerBase
This sets freeleech flag automatically for torrent releases with DownloadVolumeFactor = 0
This commit is contained in:
@@ -78,11 +78,6 @@ namespace NzbDrone.Core.Indexers.PassThePopcorn
|
||||
flags.Add(PassThePopcornFlag.Approved); //title = $"{title} ✔";
|
||||
}
|
||||
|
||||
if (torrent.FreeleechType == "Freeleech")
|
||||
{
|
||||
flags.Add(IndexerFlag.FreeLeech);
|
||||
}
|
||||
|
||||
if (torrent.Scene)
|
||||
{
|
||||
flags.Add(IndexerFlag.Scene);
|
||||
|
||||
Reference in New Issue
Block a user