mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 22:25:09 -04:00
New: Option to attach files to email notifications (#18)
This commit is contained in:
@@ -47,7 +47,7 @@ namespace NzbDrone.Core.Notifications.Subsonic
|
||||
|
||||
public override void OnTrackRetag(TrackRetagMessage message)
|
||||
{
|
||||
Notify(Settings, TRACK_RETAGGED_TITLE_BRANDED, message.Message);
|
||||
Notify(Settings, BOOK_RETAGGED_TITLE_BRANDED, message.Message);
|
||||
}
|
||||
|
||||
public override string Name => "Subsonic";
|
||||
|
||||
Reference in New Issue
Block a user