mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
animedia: f'ing lint
This commit is contained in:
@@ -145,7 +145,8 @@ namespace Jackett.Common.Indexers
|
||||
var release = (ReleaseInfo)baseRelease.Clone();
|
||||
var tr_id = t.Attributes["href"].Value;
|
||||
var tr = document.QuerySelector("div" + tr_id);
|
||||
if (tr.Text().Contains("TORRENT READ ERROR")) {
|
||||
if (tr.Text().Contains("TORRENT READ ERROR"))
|
||||
{
|
||||
logger.Warn($"{DisplayName} The page at {uri.ToString()} has a TORRENT READ ERROR alert. Unable to retrieve this torrent's details.");
|
||||
continue;
|
||||
}
|
||||
|
Reference in New Issue
Block a user