Skip to content

Commit

Permalink
fix(FEC-8713): playlist by config not playing (#179)
Browse files Browse the repository at this point in the history
create a new playlist on playlist manager constructor
  • Loading branch information
yairans authored Nov 21, 2018
1 parent 04dd6c8 commit da3ee4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common/playlist/playlist-manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ class PlaylistManager {
constructor(player: KalturaPlayer, options: KPOptionsObject) {
this._player = player;
this._eventManager = new EventManager();
this._playlist = new Playlist();
this._options = {autoContinue: true};
this._countdown = {duration: 10, showing: true};
this._playerOptions = options;
Expand Down

0 comments on commit da3ee4e

Please sign in to comment.