diff --git a/js/flightlog_video_renderer.js b/js/flightlog_video_renderer.js index 30e08194..db41f6a9 100644 --- a/js/flightlog_video_renderer.js +++ b/js/flightlog_video_renderer.js @@ -89,10 +89,7 @@ function FlightLogVideoRenderer(flightLog, logParameters, videoOptions, events) } function supportsFileWriter() { - // 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... - // More info here: https://github.com/betaflight/blackbox-log-viewer/issues/492 and https://github.com/thenickdude/webm-writer-js/issues/31 - return false; - //return !!(chrome && chrome.fileSystem); + return !!(chrome && chrome.fileSystem); } /**