mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02: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