From 791187ab9af741fe2fcde6ac808f1e8ca9749268 Mon Sep 17 00:00:00 2001 From: Pas <74743263+Pasithea0@users.noreply.github.com> Date: Wed, 9 Apr 2025 09:33:01 -0600 Subject: [PATCH] Update editor picks --- src/pages/discover/discoverContent.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/pages/discover/discoverContent.tsx b/src/pages/discover/discoverContent.tsx index 72a09422..3a053cd8 100644 --- a/src/pages/discover/discoverContent.tsx +++ b/src/pages/discover/discoverContent.tsx @@ -71,6 +71,10 @@ const EDITOR_PICKS_MOVIES = [ { id: 330459, type: "movie" }, // Rogue One: A Star Wars Story { id: 279, type: "movie" }, // Amadeus { id: 823219, type: "movie" }, // Flow + { id: 22, type: "movie" }, // Pirates of the Caribbean: The Curse of the Black Pearl + { id: 18971, type: "movie" }, // Rosencrantz and Guildenstern Are Dead + { id: 26388, type: "movie" }, // Buried + { id: 152601, type: "movie" }, // Her ]; const EDITOR_PICKS_TV_SHOWS = [ @@ -89,6 +93,7 @@ const EDITOR_PICKS_TV_SHOWS = [ { id: 61222, type: "show" }, // Bojack Horseman { id: 93405, type: "show" }, // Squid Game { id: 87108, type: "show" }, // Chernobyl + { id: 105248, type: "show" }, // Cyberpunk: Edgerunners ]; export function DiscoverContent() {