From 3d4c20413dd283b78d3d34aafbaf9a19a774be0e Mon Sep 17 00:00:00 2001 From: Florian <45694132+flo-bit@users.noreply.github.com> Date: Sat, 17 Jan 2026 04:11:04 +0100 Subject: [PATCH] fix livestream --- src/lib/cards/LivestreamCard/LivestreamEmbedCard.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/cards/LivestreamCard/LivestreamEmbedCard.svelte b/src/lib/cards/LivestreamCard/LivestreamEmbedCard.svelte index 91189fd..4c30561 100644 --- a/src/lib/cards/LivestreamCard/LivestreamEmbedCard.svelte +++ b/src/lib/cards/LivestreamCard/LivestreamEmbedCard.svelte @@ -4,12 +4,12 @@ let { item }: ContentComponentProps = $props(); // svelte-ignore state_referenced_locally - let domain = new URL(item.cardData.embed).hostname; + let domain = new URL(item.cardData.embed || item.cardData.href).hostname; {#if domain === 'stream.place'}