Fixed player controls not working on video change

This commit is contained in:
WardPearce
2024-04-03 05:04:42 +13:00
parent 1cc360cf68
commit 35f9b835af
@@ -84,9 +84,7 @@
{#if data}
<div class="grid">
<div class="s12 m12 l10">
{#key data.video.videoId}
<Player {data} {audioMode} {playlistVideos} bind:seekTo bind:currentTime />
{/key}
<Player {data} {audioMode} {playlistVideos} bind:seekTo bind:currentTime />
<h5>{data.video.title}</h5>