mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 21:13:28 -07:00
New: PushOver will now require an application per user to avoid API limiting issues
This commit is contained in:
parent
72e56a1845
commit
c42777086b
7 changed files with 82 additions and 10 deletions
|
@ -12,6 +12,8 @@ namespace NzbDrone.Core.Notifications.Pushover
|
|||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
public string ApiKey { get; set; }
|
||||
public string UserKey { get; set; }
|
||||
public int Priority { get; set; }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue