New: (Cardigann) Bump minimum version to v10

This commit is contained in:
Bogdan
2024-05-27 04:01:55 +03:00
parent 11864247eb
commit f95f67a7ca
3 changed files with 27 additions and 5 deletions

View File

@@ -337,9 +337,11 @@ namespace NzbDrone.Core.Indexers.Definitions.Cardigann
variables[name] = selected.Key;
break;
case "info":
variables[name] = value;
break;
case "info_cookie":
case "info_flaresolverr":
case "info_useragent":
case "cardigannCaptcha":
// no-op
break;
default:
throw new NotSupportedException($"Type {setting.Type} is not supported.");