mirror of
https://github.com/Jackett/Jackett
synced 2025-03-04 10:48:26 +00:00
cardigann: parse result with template (#14462)
This commit is contained in:
parent
da80bde7d8
commit
6aee6d732a
1 changed files with 4 additions and 0 deletions
|
@ -1778,6 +1778,10 @@ namespace Jackett.Common.Indexers
|
|||
|
||||
value = defaultValue;
|
||||
}
|
||||
else
|
||||
{
|
||||
value = applyGoTemplateText(value, variables);
|
||||
}
|
||||
|
||||
variables[variablesKey] = ParseFields(value, FieldName, release, FieldModifiers, searchUrlUri);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue