mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
4a0a23e98f
If we let videojs auto-init the video/audio tags present in the page - we cannot guarantee that the youtube library will be loaded by the time video.js is processing the tag. Video.js uses the presence of a data-setup attibute to signal that it should auto-init this tag, so we have to rename our config attribute to something else.