Ei kuvausta
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

extended-ui-media-player.js 169B

12345678910
  1. /**
  2. * Media Player
  3. */
  4. 'use strict';
  5. (function () {
  6. const videoPlayer = new Plyr('#plyr-video-player');
  7. const audioPlayer = new Plyr('#plyr-audio-player');
  8. })();