From f3cb35653e3f4889a4495a594c78d56abe4f7d66 Mon Sep 17 00:00:00 2001 From: Chris Kruining Date: Mon, 16 Jun 2025 16:33:04 +0200 Subject: [PATCH] started on attempting to implement trailers for the hero element --- src/components/hero/hero.tsx | 10 +++++++++- src/features/content/apis/jellyfin.ts | 3 ++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/src/components/hero/hero.tsx b/src/components/hero/hero.tsx index f68307d..e6ee70d 100644 --- a/src/components/hero/hero.tsx +++ b/src/components/hero/hero.tsx @@ -30,7 +30,15 @@ const Page: Component<{ entry: Entry }> = (props) => { - + {/* */} + +