add an annoying missing space
This commit is contained in:
parent
dea6f875d3
commit
d70555c666
@ -37,7 +37,7 @@ class PlayAudio extends Operation {
|
||||
present(input) {
|
||||
const type = input.split(";")[0].split(":")[1];
|
||||
const binary = Utils.convertDataURIToBinary(input);
|
||||
const blob = new Blob([binary], { type: type});
|
||||
const blob = new Blob([binary], { type: type });
|
||||
const src = URL.createObjectURL(blob);
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user