[FieldDefinition(5, Label = "Recent Priority", Type = FieldType.Select, SelectOptions = typeof(NzbgetPriority), HelpText = "Priority to use when sending episodes that aired within the last 14 days")]
[FieldDefinition(6, Label = "Older Priority", Type = FieldType.Select, SelectOptions = typeof(NzbgetPriority), HelpText = "Priority to use when sending episodes that aired over 14 days ago")]
publicInt32OlderTvPriority{get;set;}
[FieldDefinition(7, Label = "Use SSL", Type = FieldType.Checkbox)]
[FieldDefinition(6, Label = "Recent Priority", Type = FieldType.Select, SelectOptions = typeof(SabnzbdPriority), HelpText = "Priority to use when sending episodes that aired within the last 14 days")]
[FieldDefinition(7, Label = "Older Priority", Type = FieldType.Select, SelectOptions = typeof(SabnzbdPriority), HelpText = "Priority to use when sending episodes that aired over 14 days ago")]
publicInt32OlderTvPriority{get;set;}
[FieldDefinition(8, Label = "Use SSL", Type = FieldType.Checkbox)]