jenkins-bot has submitted this change and it was merged.

Change subject: Prefix transcodekey attribute with data-
......................................................................


Prefix transcodekey attribute with data-

Change-Id: I39b657fbd315a1a134f3275a188bbd9a10e00d19
---
M TimedMediaTransformOutput.php
1 file changed, 8 insertions(+), 1 deletion(-)

Approvals:
  TheDJ: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/TimedMediaTransformOutput.php b/TimedMediaTransformOutput.php
index 3345327..03ac47f 100644
--- a/TimedMediaTransformOutput.php
+++ b/TimedMediaTransformOutput.php
@@ -310,7 +310,14 @@
 
                // We prefix some source attributes with data- to pass along to 
the javascript player
                $prefixedSourceAttr = [
-                       'width', 'height', 'title', 'shorttitle', 'bandwidth', 
'framerate', 'disablecontrols'
+                       'width',
+                       'height',
+                       'title',
+                       'shorttitle',
+                       'bandwidth',
+                       'framerate',
+                       'disablecontrols',
+                       'transcodekey',
                ];
                foreach ( $mediaSources as &$source ) {
                        foreach ( $source as $attr => $val ) {

-- 
To view, visit https://gerrit.wikimedia.org/r/284991
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I39b657fbd315a1a134f3275a188bbd9a10e00d19
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/TimedMediaHandler
Gerrit-Branch: master
Gerrit-Owner: TheDJ <hartman.w...@gmail.com>
Gerrit-Reviewer: TheDJ <hartman.w...@gmail.com>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to