This commit is contained in:
WardPearce
2025-11-28 12:25:29 +13:00
parent 8ae2868bef
commit c6e2ad9691
2 changed files with 1 additions and 2 deletions
@@ -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');
@@ -445,7 +445,6 @@
<div class="tooltip">
{$_('player.share.title')}
</div>
W
<ShareVideo bind:currentTime={playerCurrentTime} video={data.video} />
</button>
{#if personalPlaylists}