fix for safari

This commit is contained in:
2024-01-21 22:57:32 +01:00
parent 8d22b26843
commit 762411b22c
3 changed files with 8 additions and 3 deletions

View File

@@ -17,7 +17,9 @@
<StreamPage />
</div>
<div id="player">
<Player display={true} src="/media/tracks/{$currentStream.filename}" />
{#key $currentStream}
<Player display={true} src="/media/tracks/{$currentStream.filename}" />
{/key}
</div>
</div>