From c6e2ad96916c7f6499de8b999db292ba4ad4a385 Mon Sep 17 00:00:00 2001 From: WardPearce Date: Fri, 28 Nov 2025 12:25:29 +1300 Subject: [PATCH] Fix typo --- materialious/src/lib/components/ShareVideo.svelte | 2 +- materialious/src/routes/(app)/watch/[slug]/+page.svelte | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/materialious/src/lib/components/ShareVideo.svelte b/materialious/src/lib/components/ShareVideo.svelte index 6b1360ed..6f343d0b 100644 --- a/materialious/src/lib/components/ShareVideo.svelte +++ b/materialious/src/lib/components/ShareVideo.svelte @@ -21,7 +21,7 @@ if (includeTimestamp) url += `?${param}=${Math.floor(currentTime ?? 0)}`; if ((await Share.canShare()) && Capacitor.getPlatform() !== 'electron') { - await Share.share({ url: url }); + await Share.share({ url: url, dialogTitle: video.title }); } else { await Clipboard.write({ string: url }); ui('#share-success'); diff --git a/materialious/src/routes/(app)/watch/[slug]/+page.svelte b/materialious/src/routes/(app)/watch/[slug]/+page.svelte index c6321465..1019fc13 100644 --- a/materialious/src/routes/(app)/watch/[slug]/+page.svelte +++ b/materialious/src/routes/(app)/watch/[slug]/+page.svelte @@ -445,7 +445,6 @@
{$_('player.share.title')}
- W {#if personalPlaylists}