|
|
@ -39,7 +39,7 @@ namespace NzbDrone.Core.Notifications.Emby
|
|
|
|
[FieldDefinition(4, Label = "Send Notifications", HelpText = "Have MediaBrowser send notfications to configured providers", Type = FieldType.Checkbox)]
|
|
|
|
[FieldDefinition(4, Label = "Send Notifications", HelpText = "Have MediaBrowser send notfications to configured providers", Type = FieldType.Checkbox)]
|
|
|
|
public bool Notify { get; set; }
|
|
|
|
public bool Notify { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
[FieldDefinition(5, Label = "Update Library", HelpText = "Update Library on Import & Rename?", Type = FieldType.Checkbox)]
|
|
|
|
[FieldDefinition(5, Label = "Update Library", HelpText = "Update Library on Import, Rename, or Delete?", Type = FieldType.Checkbox)]
|
|
|
|
public bool UpdateLibrary { get; set; }
|
|
|
|
public bool UpdateLibrary { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
[JsonIgnore]
|
|
|
|
[JsonIgnore]
|
|
|
|