mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-24 22:55:21 -04:00
Fixed: (MAM) Continue downloading if attempting to buy personal FL for VIP release
This commit is contained in:
@@ -95,6 +95,10 @@ namespace NzbDrone.Core.Indexers.Definitions
|
||||
{
|
||||
_logger.Debug("Successfully used freeleech wedge for torrentid {0}.", torrentId);
|
||||
}
|
||||
else if (resource.Error.IsNotNullOrWhiteSpace() && resource.Error.ContainsIgnoreCase("This Torrent is VIP"))
|
||||
{
|
||||
_logger.Debug("{0} is already VIP, continuing downloading: {1}", torrentId, resource.Error);
|
||||
}
|
||||
else if (resource.Error.IsNotNullOrWhiteSpace() && resource.Error.ContainsIgnoreCase("This is already a personal freeleech"))
|
||||
{
|
||||
_logger.Debug("{0} is already a personal freeleech, continuing downloading: {1}", torrentId, resource.Error);
|
||||
|
||||
Reference in New Issue
Block a user