mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Converted notifications to thingi provider
Fixed: Issues creating and saving Connects
This commit is contained in:
@@ -11,16 +11,6 @@ namespace NzbDrone.Core.Notifications.PushBullet
|
||||
_pushBulletProxy = pushBulletProxy;
|
||||
}
|
||||
|
||||
public override string Name
|
||||
{
|
||||
get { return "PushBullet"; }
|
||||
}
|
||||
|
||||
public override string ImplementationName
|
||||
{
|
||||
get { return "PushBullet"; }
|
||||
}
|
||||
|
||||
public override string Link
|
||||
{
|
||||
get { return "https://www.pushbullet.com/"; }
|
||||
|
Reference in New Issue
Block a user