Finished off the discord enhancements

This commit is contained in:
tidusjar 2020-06-14 00:03:41 +01:00
commit 466c9dada7
6 changed files with 33 additions and 5 deletions

View file

@ -8,6 +8,7 @@ namespace Ombi.Settings.Settings.Models.Notifications
public bool Enabled { get; set; }
public string WebhookUrl { get; set; }
public string Username { get; set; }
public string Icon { get; set; }
[JsonIgnore]
public string WebHookId => SplitWebUrl(4);