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

@@ -62,8 +62,6 @@ let download = () => { dispatch("download", {}) }
{#if !video_reload}
<!-- svelte-ignore a11y-media-has-caption -->
<video
on:loadstart={() => {dispatch("loading", true)}}
on:load={() => {dispatch("loading", false)}}
bind:this={player}
controls
playsinline