Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nklhtv committed Apr 3, 2024
1 parent 8f82d10 commit 78fd968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MediaElement.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@
{#if content.length > 0}
<div class="media-element {position}" class:animating={timeout} class:behind-static={videoBehindStatic || videoBehindStaticWidget} class:behind-sliding-widget={videoBehindSlidingWidget} class:headless={!showUserInterface} {style}>
<div class="inner">
{#key sources.map(({ url }) => url).join('')}
{#key sources.map(({ url }) => url).join("")}
<!-- svelte-ignore a11y-media-has-caption -->
<video bind:this={video}
bind:duration
Expand Down

0 comments on commit 78fd968

Please sign in to comment.