mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 05:43:19 -07:00
Fixed #1195
This commit is contained in:
parent
7d8848a69c
commit
c87451e93c
4 changed files with 44 additions and 2 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue