Add default values for Priority and Sound.

pull/2468/head
David Pooley 6 years ago
parent c6bb864be7
commit 067ffae303

@ -8,7 +8,7 @@ namespace Ombi.Settings.Settings.Models.Notifications
public bool Enabled { get; set; }
public string AccessToken { get; set; }
public string UserToken { get; set; }
public sbyte Priority { get; set; }
public string Sound { get; set; }
public sbyte Priority { get; set; } = 0;
public string Sound { get; set; } = "pushover";
}
}
Loading…
Cancel
Save