New: Option to attach files to email notifications (#18)

This commit is contained in:
Thomas Mathews
2020-05-10 15:09:43 +01:00
committed by GitHub
parent 8c2750e96c
commit 663aa462b0
13 changed files with 59 additions and 31 deletions
@@ -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";