Fixed: (PTP) Parse neutral leech releases

This commit is contained in:
Bogdan 2025-04-04 21:54:43 +03:00
parent c10aadcc7b
commit c821541a2f

View file

@ -62,6 +62,7 @@ namespace NzbDrone.Core.Indexers.PassThePopcorn
switch (torrent.FreeleechType?.ToUpperInvariant())
{
case "FREELEECH":
case "NEUTRAL LEECH":
flags |= IndexerFlags.G_Freeleech;
break;
case "HALF LEECH":