diff --git a/includes/Admin/Editor.php b/includes/Admin/Editor.php index f59ca0b6a544..7bf1e6944874 100644 --- a/includes/Admin/Editor.php +++ b/includes/Admin/Editor.php @@ -476,7 +476,7 @@ public function get_editor_settings(): array { 'encodeMarkup' => $this->decoder->supports_decoding(), 'metaBoxes' => $this->meta_boxes->get_meta_boxes_per_location(), 'ffmpegCoreUrl' => trailingslashit( WEBSTORIES_CDN_URL ) . 'js/@ffmpeg/core@0.11.0/dist/ffmpeg-core.js', - 'mediainfoUrl' => trailingslashit( WEBSTORIES_CDN_URL ) . 'js/mediainfo.js@0.1.9/dist/MediaInfoModule.wasm', + 'mediainfoUrl' => trailingslashit( WEBSTORIES_CDN_URL ) . 'js/mediainfo.js@0.3.2/dist/MediaInfoModule.wasm', 'flags' => array_merge( $this->experiments->get_experiment_statuses( 'general' ), $this->experiments->get_experiment_statuses( 'editor' ),