mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-17 21:26:22 -04:00
Fixed: (PTP) Parse neutral leech releases
This commit is contained in:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user