Update CardigannIndexer.cs

This commit is contained in:
Garfield69
2022-04-10 19:53:40 +12:00
parent 2a1da90748
commit 49f53f68bc

View File

@@ -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)