diff --git a/src/NzbDrone.Core/Notifications/NotificationService.cs b/src/NzbDrone.Core/Notifications/NotificationService.cs index 9b0c80f3d..0ee596330 100644 --- a/src/NzbDrone.Core/Notifications/NotificationService.cs +++ b/src/NzbDrone.Core/Notifications/NotificationService.cs @@ -80,9 +80,8 @@ namespace NzbDrone.Core.Notifications qualityString += " Proper"; } - return string.Format("{0} ({1}) [{2}]", + return string.Format("{0} [{1}]", movie.Title, - movie.Year, qualityString); }