mirror of
https://github.com/cgzirim/seek-tune.git
synced 2025-12-17 08:54:19 +00:00
Uncomment function to download recording
This commit is contained in:
parent
2ccf2e96c4
commit
8b287abf42
1 changed files with 1 additions and 1 deletions
|
|
@ -159,7 +159,7 @@ function App() {
|
|||
const reader = new FileReader();
|
||||
|
||||
cleanUp();
|
||||
// downloadRecord(blob);
|
||||
downloadRecord(blob);
|
||||
|
||||
reader.readAsArrayBuffer(blob);
|
||||
reader.onload = (event) => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue