mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02: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);
|
_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"))
|
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);
|
_logger.Debug("{0} is already a personal freeleech, continuing downloading: {1}", torrentId, resource.Error);
|
||||||
|
Reference in New Issue
Block a user