Update title when switching files in an album

This commit is contained in:
2021-12-28 17:04:00 +01:00
parent fa3c6913e8
commit 5a8b2469f2
5 changed files with 26 additions and 25 deletions

View File

@@ -73,8 +73,6 @@ const toggle_play = () => playing ? player.pause() : player.play()
{#if file.id && !audio_reload}
<!-- svelte-ignore a11y-media-has-caption -->
<audio
on:loadstart={() => {dispatch("loading", true)}}
on:load={() => {dispatch("loading", false)}}
bind:this={player}
class="player"
controls