mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
cardigann: parse result with template (#14462)
This commit is contained in:
@@ -1778,6 +1778,10 @@ namespace Jackett.Common.Indexers
|
|||||||
|
|
||||||
value = defaultValue;
|
value = defaultValue;
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
value = applyGoTemplateText(value, variables);
|
||||||
|
}
|
||||||
|
|
||||||
variables[variablesKey] = ParseFields(value, FieldName, release, FieldModifiers, searchUrlUri);
|
variables[variablesKey] = ParseFields(value, FieldName, release, FieldModifiers, searchUrlUri);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user