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:
parent
ebf520f3ee
commit
0e2c0379fa
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user