Skip to content

Commit

Permalink
fix(FEC-10417): playlist by sources stuck after press Play button whe…
Browse files Browse the repository at this point in the history
…n set IMA or bumper plugins (#349)

When playlist configured with sources the play flow start from the `configure` of the playlist manager.
In that point, no listener and handlers attached on the player, so nothing happens when playlist item is set.
The solution is the bind all the listeners first, and then configure the playlist manager.

Solves FEC-10417
  • Loading branch information
Dan Ziv authored Aug 20, 2020
1 parent cea2c4b commit b2256f3
Show file tree
Hide file tree
Showing 4 changed files with 386 additions and 368 deletions.
3 changes: 2 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"@babel/plugin-transform-property-mutators",
"@babel/plugin-proposal-object-rest-spread",
"@babel/plugin-proposal-class-properties",
["@babel/plugin-transform-classes",
[
"@babel/plugin-transform-classes",
{
"loose": true
}
Expand Down
Loading

0 comments on commit b2256f3

Please sign in to comment.