Video doesnt load on change

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