This commit is contained in:
2024-01-05 02:32:21 +01:00
parent d926e5f254
commit 2228e0b2ed

View File

@@ -89,6 +89,7 @@
// workaround for bug https://github.com/sveltejs/svelte/issues/5914
audio.addEventListener('loadedmetadata', (event) => {
paused = audio.paused;
setVolume(volume);
});
}
}