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.NotifyMyAndroid
|
||||
_notifyMyAndroidProxy = notifyMyAndroidProxy;
|
||||
}
|
||||
|
||||
public override string Name
|
||||
{
|
||||
get { return "NotifyMyAndroid"; }
|
||||
}
|
||||
|
||||
public override string ImplementationName
|
||||
{
|
||||
get { return "NotifyMyAndroid"; }
|
||||
}
|
||||
|
||||
public override string Link
|
||||
{
|
||||
get { return "http://www.notifymyandroid.com/"; }
|
||||
|
Reference in New Issue
Block a user