From 08bb49557e1913280f78a62842b92b7d25de4f2d Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Tue, 27 Aug 2024 09:52:13 +0200 Subject: [PATCH] Update `mediainfoUrl` [dependabot skip] --- includes/Admin/Editor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ),