mirror of
https://github.com/Radarr/Radarr.git
synced 2025-04-18 19:54:44 -04:00
Fixed: (PTP) Parse neutral leech releases
This commit is contained in:
parent
c10aadcc7b
commit
c821541a2f
1 changed files with 1 additions and 0 deletions
|
@ -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":
|
||||
|
|
Loading…
Add table
Reference in a new issue