mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 05:13:18 -07:00
Merge branch 'develop' of https://github.com/tidusjar/ombi into develop
This commit is contained in:
commit
e8fafa2f59
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue