cardigann: parse result with template (#14462)

This commit is contained in:
Trim21
2023-06-16 02:35:39 +08:00
committed by GitHub
parent da80bde7d8
commit 6aee6d732a

View File

@@ -1778,6 +1778,10 @@ namespace Jackett.Common.Indexers
value = defaultValue;
}
else
{
value = applyGoTemplateText(value, variables);
}
variables[variablesKey] = ParseFields(value, FieldName, release, FieldModifiers, searchUrlUri);
}