Skip to content

Commit

Permalink
Update mediainfoUrl
Browse files Browse the repository at this point in the history
[dependabot skip]
  • Loading branch information
swissspidy committed Aug 27, 2024
1 parent dbe38df commit 08bb495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/Admin/Editor.php
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]/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' ),
Expand Down

0 comments on commit 08bb495

Please sign in to comment.