mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fixed: Select option type for cardigann indexers
This commit is contained in:
@@ -112,7 +112,7 @@ namespace Prowlarr.Api.V1.Indexers
|
||||
{
|
||||
if (setting.Type == "select")
|
||||
{
|
||||
return value.ToString().ParseInt32() ?? 0;
|
||||
return value.ToString().ParseInt64() ?? 0;
|
||||
}
|
||||
else if (setting.Type == "checkbox")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user