From 999cfaed1ff55c4abae12b24c55733d6572c8c90 Mon Sep 17 00:00:00 2001 From: MarkejN Date: Thu, 3 Jan 2019 13:55:25 +0100 Subject: [PATCH] clean --- src/Resources/contao/templates/js_mediaelement_dash.html5 | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/Resources/contao/templates/js_mediaelement_dash.html5 b/src/Resources/contao/templates/js_mediaelement_dash.html5 index 02e9880..40a9449 100644 --- a/src/Resources/contao/templates/js_mediaelement_dash.html5 +++ b/src/Resources/contao/templates/js_mediaelement_dash.html5 @@ -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: "/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