mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-02-02 04:52:34 +01:00
Allow templating in JSON rows selector in Cardigann
This commit is contained in:
parent
8790a6f06a
commit
18e2757d37
1 changed files with 1 additions and 0 deletions
|
|
@ -828,6 +828,7 @@ protected string ResolveSiteLink()
|
|||
|
||||
protected JArray JsonParseRowsSelector(JToken parsedJson, string rowSelector)
|
||||
{
|
||||
rowSelector = ApplyGoTemplateText(rowSelector);
|
||||
var selector = rowSelector.Split(':')[0];
|
||||
|
||||
try
|
||||
|
|
|
|||
Loading…
Reference in a new issue