mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-23 06:45:19 -07:00
Revert "Add movie year to NotificationService (#489)"
This reverts commit e2d6e39168
.
This commit is contained in:
parent
dd194d41be
commit
9953a5ed06
1 changed files with 1 additions and 2 deletions
|
@ -80,9 +80,8 @@ namespace NzbDrone.Core.Notifications
|
||||||
qualityString += " Proper";
|
qualityString += " Proper";
|
||||||
}
|
}
|
||||||
|
|
||||||
return string.Format("{0} ({1}) [{2}]",
|
return string.Format("{0} [{1}]",
|
||||||
movie.Title,
|
movie.Title,
|
||||||
movie.Year,
|
|
||||||
qualityString);
|
qualityString);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue