mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-22 22:34:53 -04:00
Try to fix deserializing cardigann definitions
This commit is contained in:
@@ -238,7 +238,7 @@ namespace NzbDrone.Core.Indexers.Cardigann
|
||||
{
|
||||
_logger.Debug($"Setting options: {setting.Options.ToJson()}");
|
||||
var sorted = setting.Options.OrderBy(x => x.Key).ToList();
|
||||
var selected = sorted[(int)(long)value];
|
||||
var selected = sorted[(int)value];
|
||||
|
||||
_logger.Debug($"Selected option: {selected.ToJson()}");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user