Fixed duplicate titles in Plex Newsletter

pull/2225/head
Anojh 7 years ago
parent 2cf0612b43
commit 380c9b6bbd

@ -547,7 +547,7 @@ namespace Ombi.Schedule.Jobs.Ombi
AddMediaServerUrl(sb, t.Url, banner);
AddInfoTable(sb);
var title = $"{t.Title} ({t.ReleaseYear})";
var title = $"{t.Title} ({info.premiered.Remove(4)})";
AddTitle(sb, $"https://www.imdb.com/title/{info.externals.imdb}/", title);
// Group by the season number

Loading…
Cancel
Save