feat: add media session (wip)

This commit is contained in:
MAZE 2024-05-11 16:35:07 +03:30
parent 56b0e9bf1a
commit 9f0a28d930

View file

@ -140,7 +140,7 @@ export function App() {
</StoreConsumer> </StoreConsumer>
</SnackbarProvider> </SnackbarProvider>
<audio aria-hidden={true} muted ref={audioElement} src="" /> <audio aria-hidden={true} ref={audioElement} src="" />
</> </>
); );
} }