mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Cardigann: add support for .Config.sitelink
This commit is contained in:
@@ -197,6 +197,7 @@ namespace Jackett.Common.Indexers
|
|||||||
{
|
{
|
||||||
Dictionary<string, object> variables = new Dictionary<string, object>();
|
Dictionary<string, object> variables = new Dictionary<string, object>();
|
||||||
|
|
||||||
|
variables[".Config.sitelink"] = SiteLink;
|
||||||
foreach (settingsField Setting in Definition.Settings)
|
foreach (settingsField Setting in Definition.Settings)
|
||||||
{
|
{
|
||||||
string value;
|
string value;
|
||||||
|
Reference in New Issue
Block a user