mirror of
https://github.com/Radarr/Radarr
synced 2026-05-07 21:30:27 +02: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 @@ public IList<ReleaseInfo> ParseResponse(IndexerResponse indexerResponse)
|
|||
switch (torrent.FreeleechType?.ToUpperInvariant())
|
||||
{
|
||||
case "FREELEECH":
|
||||
case "NEUTRAL LEECH":
|
||||
flags |= IndexerFlags.G_Freeleech;
|
||||
break;
|
||||
case "HALF LEECH":
|
||||
|
|
|
|||
Loading…
Reference in a new issue