diff --git a/src/pages/discover/types/discover.ts b/src/pages/discover/types/discover.ts index bfbcce4d..77f8b3a7 100644 --- a/src/pages/discover/types/discover.ts +++ b/src/pages/discover/types/discover.ts @@ -117,6 +117,9 @@ const MOVIES_DATA: EditorPick[] = [ { id: 405774, type: "movie" }, // Bird Box { id: 333339, type: "movie" }, // Ready Player One { id: 16859, type: "movie" }, // Kiki's Delivery Service + { id: 1268, type: "movie" }, // Mr. Bean's Holiday + { id: 85, type: "movie" }, // Indiana Jones and the Raiders of the Lost Ark + { id: 530915, type: "movie" }, // 1917 ]; const TV_SHOWS_DATA: EditorPick[] = [ @@ -147,6 +150,7 @@ const TV_SHOWS_DATA: EditorPick[] = [ { id: 42009, type: "show" }, // Black Mirror { id: 86831, type: "show" }, // Love, Death & Robots { id: 261579, type: "show" }, // Secret Level + { id: 66573, type: "show" }, // The Good Place ]; export const EDITOR_PICKS_MOVIES = shuffleArray(MOVIES_DATA);