Skip to content

Commit

Permalink
clean code after player switch
Browse files Browse the repository at this point in the history
clean code after player switch
  • Loading branch information
dtyszka committed Jun 19, 2017
1 parent 9d8dd67 commit 4cf9aac
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions static/script/devices/mediaplayer/samsung_streaming.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 4cf9aac

Please sign in to comment.