Merge branch 'develop' of https://github.com/tidusjar/ombi into develop

pull/3049/head
tidusjar 5 years ago
commit e8fafa2f59

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

Loading…
Cancel
Save