mirror of
https://github.com/Radarr/Radarr
synced 2026-02-20 13:43:46 +01:00
Add movie year to NotificationService (#496)
This commit is contained in:
parent
5d2ef4786b
commit
76db305ffa
1 changed files with 2 additions and 1 deletions
|
|
@ -80,8 +80,9 @@ private string GetMessage(Movie movie, QualityModel quality)
|
|||
qualityString += " Proper";
|
||||
}
|
||||
|
||||
return string.Format("{0} [{1}]",
|
||||
return string.Format("{0} ({1}) [{2}]",
|
||||
movie.Title,
|
||||
movie.Year,
|
||||
qualityString);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue