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

- Make sure we only sync the Monitored Radarr movies...

pull/3016/head
tidusjar 6 years ago
parent c1db84e17c
commit c9a816fbf4

@ -52,7 +52,7 @@ namespace Ombi.Schedule.Jobs.Radarr
var movieIds = new List<RadarrCache>();
foreach (var m in movies)
{
if (m.tmdbId > 0)
if (m.tmdbId > 0 && !m.monitored)
{
movieIds.Add(new RadarrCache
{

Loading…
Cancel
Save