Add movie year to NotificationService (#496)

Tim Turner 8 years ago committed by GitHub
parent 5d2ef4786b
commit 76db305ffa

@ -80,8 +80,9 @@ namespace NzbDrone.Core.Notifications
qualityString += " Proper";
}
return string.Format("{0} [{1}]",
return string.Format("{0} ({1}) [{2}]",
movie.Title,
movie.Year,
qualityString);
}

Loading…
Cancel
Save