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

This commit is contained in:
tidusjar 2019-06-13 22:10:27 +01:00
commit e8fafa2f59
2 changed files with 2 additions and 2 deletions

View file

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