mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
@@ -33,7 +33,7 @@ namespace NzbDrone.Core.Notifications.PushBullet
|
||||
_proxy.SendNotification(title, message.Message, Settings);
|
||||
}
|
||||
|
||||
public override void AfterRename(Series series)
|
||||
public override void OnRename(Series series)
|
||||
{
|
||||
}
|
||||
|
||||
@@ -45,6 +45,14 @@ namespace NzbDrone.Core.Notifications.PushBullet
|
||||
}
|
||||
}
|
||||
|
||||
public override bool SupportsOnRename
|
||||
{
|
||||
get
|
||||
{
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
public override ValidationResult Test()
|
||||
{
|
||||
var failures = new List<ValidationFailure>();
|
||||
|
Reference in New Issue
Block a user