Skip to content

Commit

Permalink
feat: add media session (wip)
Browse files Browse the repository at this point in the history
  • Loading branch information
remvze committed May 11, 2024
1 parent 56b0e9b commit 9f0a28d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/app/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export function App() {
</StoreConsumer>
</SnackbarProvider>

<audio aria-hidden={true} muted ref={audioElement} src="" />
<audio aria-hidden={true} ref={audioElement} src="" />
</>
);
}

0 comments on commit 9f0a28d

Please sign in to comment.