mirror of
https://github.com/Jackett/Jackett
synced 2025-03-11 14:44:46 +00:00
cardigannIndexer: fix row strdump
which was not generating a logger.debug strdump correctly
This commit is contained in:
parent
75ae674998
commit
20c363293b
1 changed files with 1 additions and 1 deletions
|
@ -1622,7 +1622,7 @@ namespace Jackett.Common.Indexers
|
|||
}
|
||||
|
||||
var Filters = Definition.Search.Rows.Filters;
|
||||
var SkipRelease = ParseRowFilters(Filters, release, query, variables, Row);
|
||||
var SkipRelease = ParseRowFilters(Filters, release, query, variables, Row.ToHtmlPretty());
|
||||
|
||||
if (SkipRelease)
|
||||
continue;
|
||||
|
|
Loading…
Add table
Reference in a new issue