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

Fixed: False positives on selective Kodi library updates

Fixes 
pull/8881/head
Qstick 2 years ago
parent bf0f681d46
commit 2fe6847eb3

@ -67,7 +67,7 @@ namespace NzbDrone.Core.Notifications.Xbmc
var matchingMovies = allMovies.FirstOrDefault(s =>
{
return s.ImdbNumber == movie.ImdbId || s.Label == movie.Title;
return s.ImdbNumber == movie.ImdbId;
});
if (matchingMovies != null)

Loading…
Cancel
Save