From 4cf9aac1c83c548a0383ce457e554d1169b7eedf Mon Sep 17 00:00:00 2001 From: dtyszka Date: Mon, 19 Jun 2017 14:06:23 +0200 Subject: [PATCH] clean code after player switch clean code after player switch --- static/script/devices/mediaplayer/samsung_streaming.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/static/script/devices/mediaplayer/samsung_streaming.js b/static/script/devices/mediaplayer/samsung_streaming.js index b5a43a5f..2cdf109f 100644 --- a/static/script/devices/mediaplayer/samsung_streaming.js +++ b/static/script/devices/mediaplayer/samsung_streaming.js @@ -85,10 +85,8 @@ require.def( this._openStreamingPlayerPlugin(); if (this._isLiveMedia()) { this._source += '|HLSSLIDING|COMPONENT=HLS'; - //this._openStreamingPlayerPlugin(); } else { this._source += '|COMPONENT=HLS'; - //this._openPlayerPlugin(); } } else { this._openPlayerPlugin();