Skip to content

Commit ba00231

Browse files
authored
Revert "Temporary remove FileWriter support when exporting video"
1 parent 30012e4 commit ba00231

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

js/flightlog_video_renderer.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,7 @@ function FlightLogVideoRenderer(flightLog, logParameters, videoOptions, events)
8989
}
9090

9191
function supportsFileWriter() {
92-
// FIXME: a bug in the WebM library does not detect the FileWriter correctly. I keep the code and only comment it waiting for a fix...
93-
// More info here: https://github.com/betaflight/blackbox-log-viewer/issues/492 and https://github.com/thenickdude/webm-writer-js/issues/31
94-
return false;
95-
//return !!(chrome && chrome.fileSystem);
92+
return !!(chrome && chrome.fileSystem);
9693
}
9794

9895
/**

0 commit comments

Comments
 (0)