From 6bf1663493694ef2c1e9cf007d38073e02840525 Mon Sep 17 00:00:00 2001 From: Pas <74743263+Pasithea0@users.noreply.github.com> Date: Sun, 9 Feb 2025 12:48:58 -0700 Subject: [PATCH] Update discoverContent.tsx --- src/pages/discover/discoverContent.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/discover/discoverContent.tsx b/src/pages/discover/discoverContent.tsx index 545dd129..a0859cd8 100644 --- a/src/pages/discover/discoverContent.tsx +++ b/src/pages/discover/discoverContent.tsx @@ -65,6 +65,7 @@ const editorPicksTVShows = [ { id: 71912, type: "show" }, // The Witcher { id: 61222, type: "show" }, // Bojack Horseman { id: 93405, type: "show" }, // Squid Game + { id: 87108, type: "show" }, // Chernobyl ]; function ScrollToTopButton() {