Skip to content

Commit

Permalink
Merge pull request #345 from ooyala/fix/PBW-7648
Browse files Browse the repository at this point in the history
fix/PBW-7648 reverted breaking changes
  • Loading branch information
zelibobla authored Dec 4, 2018
2 parents a2d74b3 + ac7dfd8 commit df9f9cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/js/main_html5.js
Original file line number Diff line number Diff line change
Expand Up @@ -736,6 +736,8 @@ import CONSTANTS from "./constants/constants";
ignoreFirstPlayingEvent = false;
});
}
} else {
_video.pause();
}
};

Expand Down

0 comments on commit df9f9cc

Please sign in to comment.