mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-30 23:45:46 +02:00
Add movie year to NotificationService (#489)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user