Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/commit/380c9b6bbd2e52f1adcad5cf8ddc530f63b0b4a1 You should set ROOT_URL correctly, otherwise the web may not work correctly.

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