Shouldn't remove the blob data, or videos too large for memory cannot replay

This commit is contained in:
Richard Davey 2019-10-17 13:25:28 +01:00
parent 48bc039fe7
commit 1df9b9655a

View file

@ -101,8 +101,6 @@ var VideoFile = new Class({
this.data.onloadeddata = function ()
{
File.revokeObjectURL(_this.data);
_this.onProcessComplete();
};