x
This commit is contained in:
parent
4fd9f44caf
commit
c20ebabefa
1 changed files with 1 additions and 1 deletions
|
|
@ -328,7 +328,7 @@ function displayMovies(movies) {
|
|||
|
||||
function fetchSpecificMovies() {
|
||||
// Add 'Sneakers', 'Barbie', and 'Oppenheimer' to the array
|
||||
const moviesToFetch = ['El Topo', 'The Holy Mountain','Angel Heart','Katyn','Simon Birch', 'Drop Dead Fred', 'Sneakers', 'Barbie', 'Oppenheimer', 'The Heist Before Christmas'];
|
||||
const moviesToFetch = ['Richie Rich', 'Blank Check','El Topo', 'The Holy Mountain','Angel Heart','Katyn','Simon Birch', 'Drop Dead Fred', 'Sneakers', 'Barbie', 'Oppenheimer', 'The Heist Before Christmas'];
|
||||
moviesToFetch.forEach(title => {
|
||||
searchMovie(title);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue