Remove duplicate play

This commit is contained in:
Paul Kaplan 2018-04-13 11:12:44 -04:00
parent c46d1157fa
commit 0838f6c875

View file

@ -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