You've already forked Sonarr
							
							
				mirror of
				https://github.com/Sonarr/Sonarr.git
				synced 2025-10-31 00:07:55 +02:00 
			
		
		
		
	Fixed: Torznab advanced setting 'Enable RageID Lookup' had wrong UI type.
fixes #599
This commit is contained in:
		| @@ -68,7 +68,7 @@ namespace NzbDrone.Core.Indexers.Torznab | |||||||
|         [FieldDefinition(4, Label = "Additional Parameters", HelpText = "Additional Torznab parameters", Advanced = true)] |         [FieldDefinition(4, Label = "Additional Parameters", HelpText = "Additional Torznab parameters", Advanced = true)] | ||||||
|         public string AdditionalParameters { get; set; } |         public string AdditionalParameters { get; set; } | ||||||
| 
 | 
 | ||||||
|         [FieldDefinition(5, Label = "Enable RageID Lookup", HelpText = "Disable this if your tracker doesn't have tvrage ids, Sonarr will then use (more expensive) title queries.", Advanced = true)] |         [FieldDefinition(5, Type = FieldType.Checkbox, Label = "Enable RageID Lookup", HelpText = "Disable this if your tracker doesn't have tvrage ids, Sonarr will then use (more expensive) title queries.", Advanced = true)] | ||||||
|         public bool EnableRageIDLookup { get; set; } |         public bool EnableRageIDLookup { get; set; } | ||||||
| 
 | 
 | ||||||
|         public NzbDroneValidationResult Validate() |         public NzbDroneValidationResult Validate() | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user