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

Fixed: TMDB link in discord notifcation from .com to .org

Closes: 
pull/5952/head
bakerboy448 4 years ago committed by Qstick
parent f85fc5e578
commit 7ea749e93c

@ -301,7 +301,7 @@ namespace NzbDrone.Core.Notifications.Discord
private static string GetLinksString(Movie movie)
{
var links = string.Format("[{0}]({1})", "TMDb", $"https://themoviedb.com/movie/{movie.TmdbId}");
var links = string.Format("[{0}]({1})", "TMDb", $"https://themoviedb.org/movie/{movie.TmdbId}");
links += string.Format(" / [{0}]({1})", "Trakt", $"https://trakt.tv/search/tmdb/{movie.TmdbId}?id_type=movie");
if (movie.ImdbId.IsNotNullOrWhiteSpace())
{

Loading…
Cancel
Save