Fixed: (Caridgann) Custom headers in login and download blocks

This commit is contained in:
Bogdan
2023-02-20 13:54:38 +02:00
parent 35f85fc986
commit 0ec54906c6
3 changed files with 39 additions and 31 deletions

View File

@@ -763,8 +763,7 @@ namespace NzbDrone.Core.Indexers.Cardigann
return data;
}
protected Dictionary<string, string> ParseCustomHeaders(Dictionary<string, List<string>> customHeaders,
Dictionary<string, object> variables)
protected Dictionary<string, string> ParseCustomHeaders(Dictionary<string, List<string>> customHeaders, Dictionary<string, object> variables)
{
if (customHeaders == null)
{