1
0
mirror of https://github.com/devfake/flox.git synced 2024-11-15 06:32:34 +01:00

show trending and upcoming for movies

This commit is contained in:
devfake 2016-11-28 11:52:00 +01:00
parent ebf520f3ee
commit 0e2c0379fa

View File

@ -107,7 +107,7 @@
]
]);
$items = collect($this->createItems($response));
$items = collect($this->createItems($response, 'movie'));
$allID = $items->pluck('tmdb_id');
// Get all movies from trendig / upcoming which already in database.