mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 05:23:31 -07:00
New: Choose notification sound for PushOver
This commit is contained in:
parent
48a92696e9
commit
037127163f
4 changed files with 15 additions and 7 deletions
|
@ -16,5 +16,6 @@ namespace NzbDrone.Core.Notifications.Pushover
|
|||
public string ApiKey { get; set; }
|
||||
public string UserKey { get; set; }
|
||||
public int Priority { get; set; }
|
||||
public string Sound { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue