mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-04-24 13:57:11 -04:00
Fixed: (Toloka) Add authors.gif
to check for FL
Co-authored-by: odayny <odayny@users.noreply.github.com>
This commit is contained in:
parent
f638cf34d1
commit
21bda07510
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue