From 3a909eb314eed143fd32cd55a4bd5a66bc238e1b Mon Sep 17 00:00:00 2001 From: Pas <74743263+Pasithea0@users.noreply.github.com> Date: Tue, 17 Feb 2026 13:21:01 -0700 Subject: [PATCH] more editor picks --- src/pages/discover/types/discover.ts | 4 ++++ 1 file changed, 4 insertions(+) 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);