Skip to content

Commit

Permalink
bumped video.js version
Browse files Browse the repository at this point in the history
  • Loading branch information
shimberger committed Feb 25, 2018
1 parent 00b0d4f commit ab5f10f
Show file tree
Hide file tree
Showing 5 changed files with 5,059 additions and 3 deletions.
3 changes: 3 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ui/src/jsx/app.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ var Player = React.createClass({
$(this.video).attr('x-webkit-airplay','allow');
$(this.video).attr('airplay','allow');
this.player = videojs(this.video,{
plugins: { airplayButton: {} }
//plugins: { airplayButton: {} }
});
this.player.play();
},
Expand Down
Loading

0 comments on commit ab5f10f

Please sign in to comment.