mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Added pushover notifications
This commit is contained in:
parent
20e72ca103
commit
e96e1b10db
7 changed files with 159 additions and 0 deletions
10
NzbDrone.Core/Notifications/Pushover/TestPushoverCommand.cs
Normal file
10
NzbDrone.Core/Notifications/Pushover/TestPushoverCommand.cs
Normal file
|
@ -0,0 +1,10 @@
|
|||
using NzbDrone.Common.Messaging;
|
||||
|
||||
namespace NzbDrone.Core.Notifications.Pushover
|
||||
{
|
||||
public class TestPushoverCommand : ICommand
|
||||
{
|
||||
public string UserKey { get; set; }
|
||||
public int Priority { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue