New: Lidarr to Readarr

This commit is contained in:
Qstick
2020-02-29 15:51:29 -05:00
parent 7359c2a9fa
commit 3b7eb01918
565 changed files with 1669 additions and 4272 deletions
@@ -22,14 +22,14 @@ namespace NzbDrone.Core.Notifications.Subsonic
public override void OnGrab(GrabMessage grabMessage)
{
const string header = "Lidarr - Grabbed";
const string header = "Readarr - Grabbed";
Notify(Settings, header, grabMessage.Message);
}
public override void OnReleaseImport(AlbumDownloadMessage message)
{
const string header = "Lidarr - Downloaded";
const string header = "Readarr - Downloaded";
Notify(Settings, header, message.Message);
Update();