mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-22 22:14:44 -04:00
New: PushOver will now require an application per user to avoid API limiting issues
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user