mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Add default values for Priority and Sound.
This commit is contained in:
parent
c6bb864be7
commit
067ffae303
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue