mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 12:59:39 -07:00
Fixed duplicate titles in Plex Newsletter
This commit is contained in:
parent
2cf0612b43
commit
380c9b6bbd
1 changed files with 1 additions and 1 deletions
|
@ -547,7 +547,7 @@ namespace Ombi.Schedule.Jobs.Ombi
|
||||||
AddMediaServerUrl(sb, t.Url, banner);
|
AddMediaServerUrl(sb, t.Url, banner);
|
||||||
AddInfoTable(sb);
|
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);
|
AddTitle(sb, $"https://www.imdb.com/title/{info.externals.imdb}/", title);
|
||||||
|
|
||||||
// Group by the season number
|
// Group by the season number
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue