Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkejN committed Jan 3, 2019
1 parent 5493411 commit 999cfae
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/Resources/contao/templates/js_mediaelement_dash.html5
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ $GLOBALS['TL_CSS'][] = 'bundles/postyoucontaoabrstreaming/css/qualityselection.c
features: ['playpause', 'current', 'progress', 'duration', 'volume', 'qualityselection', 'fullscreen'],
renderers: ['native_dash', 'native_hls'],
pluginPath: "<?= Environment::get('path') ?>/assets/mediaelement/plugins/",
/* success: function(player) {
if (autoplay) {
player.play();
}
} */

success: function (media, node, instance) {
// Use the conditional to detect if you are using `native_hls` renderer for that given media;
// otherwise, you don't need it
Expand Down

0 comments on commit 999cfae

Please sign in to comment.