Revert "Add movie year to NotificationService (#489)"

This reverts commit e2d6e39168.
This commit is contained in:
Tim Turner 2017-01-28 06:33:15 -05:00
parent dd194d41be
commit 9953a5ed06
1 changed files with 1 additions and 2 deletions

View File

@ -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);
}