mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-22 22:34:53 -04:00
Handle Cardigann "info" extra settings field
This commit is contained in:
@@ -240,6 +240,10 @@ namespace NzbDrone.Core.Indexers.Cardigann
|
||||
|
||||
variables[name] = selected.Value;
|
||||
}
|
||||
else if (setting.Type == "info")
|
||||
{
|
||||
variables[name] = value;
|
||||
}
|
||||
else
|
||||
{
|
||||
throw new NotSupportedException();
|
||||
|
||||
Reference in New Issue
Block a user