From c20ebabefae5280d3fb5855d394d6c580cd54aff Mon Sep 17 00:00:00 2001 From: Omar Najjar Date: Sat, 3 Feb 2024 21:45:17 +1100 Subject: [PATCH] x --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 990cded..e13ff86 100644 --- a/index.html +++ b/index.html @@ -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); });