diff --git a/src/NzbDrone.Core/Notifications/NotificationService.cs b/src/NzbDrone.Core/Notifications/NotificationService.cs index d19b10c49..8c3c39f52 100644 --- a/src/NzbDrone.Core/Notifications/NotificationService.cs +++ b/src/NzbDrone.Core/Notifications/NotificationService.cs @@ -38,7 +38,7 @@ namespace NzbDrone.Core.Notifications var albumTitles = string.Join(" + ", albums.Select(e => e.Title)); - return string.Format("{0} - {1} - [{4}]", + return string.Format("{0} - {1} - [{2}]", artist.Name, albumTitles, qualityString);