Fix typo
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user