mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Update CardigannIndexer.cs
This commit is contained in:
@@ -1234,8 +1234,7 @@ namespace Jackett.Common.Indexers
|
||||
var valueArray = selection.Value<JArray>();
|
||||
value = String.Join(",", valueArray);
|
||||
}
|
||||
else
|
||||
value = selection.Value<string>();
|
||||
else value = selection.Value<string>();
|
||||
}
|
||||
|
||||
if (Selector.Case != null)
|
||||
|
Reference in New Issue
Block a user