New: Handle Freeleech flag at IndexerBase

This sets freeleech flag automatically for torrent releases with DownloadVolumeFactor = 0
This commit is contained in:
Qstick
2021-06-19 17:21:24 -04:00
parent 97b09335df
commit 61c1e934a5
4 changed files with 8 additions and 15 deletions
@@ -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);