mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-27 04:21:27 +02:00
Added pushover notifications
This commit is contained in:
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; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user