2 Commits
bun ... main

Author SHA1 Message Date
dc84db8c79 don't bind volume to audio element 2025-06-30 13:11:29 +02:00
7978ea5b37 update build command 2025-05-25 01:43:08 +02:00
2 changed files with 1 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build && node ./scripts/create_media_symlink.js",
"build": "vite build && bun --bun run ./scripts/create_media_symlink.js",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",

View File

@@ -296,7 +296,6 @@
bind:duration={null, (d) => (duration = d || 0)}
bind:currentTime
{muted}
{volume}
onplay={setMediaMetadataOnPlay}
onended={bubble('ended')}
{preload}