mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Update CardigannIndexer.cs
effing lint
This commit is contained in:
@@ -1231,7 +1231,7 @@ namespace Jackett.Common.Indexers
|
||||
if (selection.Type is JTokenType.Array)
|
||||
{
|
||||
// turn this json array into a comma delimited string
|
||||
var valueArray = selection.Value< JArray > ();
|
||||
var valueArray = selection.Value<JArray> ();
|
||||
value = String.Join(",", valueArray);
|
||||
} else
|
||||
value = selection.Value<string>();
|
||||
|
Reference in New Issue
Block a user