mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 14:32:59 -05:00
Remove duplicate play
This commit is contained in:
parent
c46d1157fa
commit
0838f6c875
1 changed files with 0 additions and 1 deletions
|
@ -255,7 +255,6 @@ class Video {
|
|||
} catch (error) {
|
||||
this._video.src = window.URL.createObjectURL(stream);
|
||||
}
|
||||
this._video.play();
|
||||
// Hint to the stream that it should load. A standard way to do this
|
||||
// is add the video tag to the DOM. Since this extension wants to
|
||||
// hide the video tag and instead render a sample of the stream into
|
||||
|
|
Loading…
Reference in a new issue