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();