New: Choose notification sound for PushOver

This commit is contained in:
Mark McDowall 2014-04-03 07:05:38 -07:00
commit 037127163f
4 changed files with 15 additions and 7 deletions

View file

@ -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; }
}
}