This commit is contained in:
Jamie.Rees 2017-03-02 09:53:09 +00:00
commit c87451e93c
4 changed files with 44 additions and 2 deletions

View file

@ -67,7 +67,7 @@ namespace Ombi.Services.Jobs
if (movies != null)
{
var movieIds = new List<int>();
foreach (var m in movies)
foreach (var m in movies.records)
{
if (m.tmdbId > 0)
{