mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-28 21:12:43 +02:00
Fixed: (Toloka) Add authors.gif
to check for FL
Co-authored-by: odayny <odayny@users.noreply.github.com>
This commit is contained in:
@@ -413,7 +413,7 @@ namespace NzbDrone.Core.Indexers.Definitions
|
||||
MinimumSeedTime = 0
|
||||
};
|
||||
|
||||
if (row.QuerySelector("img[src=\"images/gold.gif\"]") != null)
|
||||
if (row.QuerySelector("img[src=\"images/gold.gif\"], img[src=\"images/authors.gif\"]") != null)
|
||||
{
|
||||
release.DownloadVolumeFactor = 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user