Skip to content

Commit d88c254

Browse files
author
yashdesu
committed
feat: minor fixes
1 parent be2e0af commit d88c254

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/ui/svelte/VideoFetch.svelte

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@
1515
let mp4boxfile
1616
let pendingSegments = {}
1717
18-
$: showSVG = videoElement.value
19-
? props.isControlled && (videoElement.value?.paused ?? true)
20-
: props.isControlled
21-
2218
// Configure chunk size (1MB). Adjust if needed for performance or latency.
2319
const CHUNK_SIZE = 1_000_000
2420
let nextRangeStart = 0

0 commit comments

Comments
 (0)