mirror of
https://github.com/remvze/moodist.git
synced 2025-12-17 00:44:14 +00:00
feat: add media session (wip)
This commit is contained in:
parent
56b0e9bf1a
commit
9f0a28d930
1 changed files with 1 additions and 1 deletions
|
|
@ -140,7 +140,7 @@ export function App() {
|
|||
</StoreConsumer>
|
||||
</SnackbarProvider>
|
||||
|
||||
<audio aria-hidden={true} muted ref={audioElement} src="" />
|
||||
<audio aria-hidden={true} ref={audioElement} src="" />
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue