Skip to content

Commit

Permalink
Improve Search Types selection for BHD
Browse files Browse the repository at this point in the history
  • Loading branch information
mynameisbogdan committed Mar 16, 2024
1 parent 50c6f15 commit f0a8d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NzbDrone.Core/Indexers/Definitions/BeyondHD.cs
Expand Up @@ -352,7 +352,7 @@ public BeyondHDSettings()
[FieldDefinition(7, Label = "IndexerBeyondHDSettingsRewindOnly", Type = FieldType.Checkbox, HelpText = "IndexerBeyondHDSettingsRewindOnlyHelpText")]
public bool RewindOnly { get; set; }

[FieldDefinition(8, Label = "IndexerBeyondHDSettingsSearchTypes", Type = FieldType.TagSelect, SelectOptions = typeof(BeyondHDSearchType), HelpText = "IndexerBeyondHDSettingsSearchTypesHelpText", Advanced = true)]
[FieldDefinition(8, Label = "IndexerBeyondHDSettingsSearchTypes", Type = FieldType.Select, SelectOptions = typeof(BeyondHDSearchType), HelpText = "IndexerBeyondHDSettingsSearchTypesHelpText", Advanced = true)]
public IEnumerable<int> SearchTypes { get; set; }

public override NzbDroneValidationResult Validate()
Expand Down

0 comments on commit f0a8d22

Please sign in to comment.