From 2b2d1b38b8c7fbabd1cb84d13da37a73e283f911 Mon Sep 17 00:00:00 2001 From: Ivan Evans <74743263+Pasithea0@users.noreply.github.com> Date: Fri, 6 Dec 2024 12:52:24 -0700 Subject: [PATCH] update editor picks --- src/utils/discoverContent.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/utils/discoverContent.tsx b/src/utils/discoverContent.tsx index 4aafc68a..6c390dcc 100644 --- a/src/utils/discoverContent.tsx +++ b/src/utils/discoverContent.tsx @@ -36,6 +36,11 @@ const editorPicks = [ { id: 264660, type: "movie" }, // Ex Machina { id: 92591, type: "movie" }, // Bernie { id: 976893, type: "movie" }, // Perfect Days + { id: 71912, type: "show" }, // The Witcher + { id: 13187, type: "movie" }, // A Charlie Brown Christmas + { id: 11527, type: "movie" }, // Excalibur + { id: 120, type: "movie" }, // LOTR: The Fellowship of the Ring + { id: 157336, type: "movie" }, // Interstellar ]; function ScrollToTopButton() {