Skip to content

Commit

Permalink
v8.10.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jnatalzia committed Aug 7, 2019
1 parent db3cfb3 commit b67d7b8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/api/Api.html
Expand Up @@ -11131,7 +11131,7 @@ <h4 class="name" id="skipAd"><span class="type-signature"></span>skipAd<span cla




<div class="description"> <div class="description">
<p>Calls <code>skipAd</code> on the active instream adapter instance if present.</p> <p>Skips the currently playing ad, if skippable. Implemented by ad plugins.</p>
</div> </div>




Expand Down
8 changes: 4 additions & 4 deletions docs/api/ProgramController.html
Expand Up @@ -271,7 +271,7 @@ <h4 class="name" id="audioTrack"><span class="type-signature"></span>audioTrack<




<div class="description"> <div class="description">
<p>Returns the active audio track index.</p> <p>Sets the active audio index.</p>
</div> </div>




Expand Down Expand Up @@ -328,7 +328,7 @@ <h4 class="name" id="audioTrack"><span class="type-signature"></span>audioTrack<




<div class="description"> <div class="description">
<p>Sets the active audio index.</p> <p>Returns the active audio track index.</p>
</div> </div>




Expand Down Expand Up @@ -787,7 +787,7 @@ <h4 class="name" id="quality"><span class="type-signature"></span>quality<span c




<div class="description"> <div class="description">
<p>Returns the active quality index.</p> <p>Sets the current quality level.</p>
</div> </div>




Expand Down Expand Up @@ -844,7 +844,7 @@ <h4 class="name" id="quality"><span class="type-signature"></span>quality<span c




<div class="description"> <div class="description">
<p>Sets the current quality level.</p> <p>Returns the active quality index.</p>
</div> </div>




Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{ {
"name": "jwplayer", "name": "jwplayer",
"version": "8.9.2", "version": "8.10.0-beta.1",
"description": "The JW Player is free for non-commerical use. To buy a license for commercial use, please visit \r http://www.jwplayer.com/pricing/", "description": "The JW Player is free for non-commerical use. To buy a license for commercial use, please visit \r http://www.jwplayer.com/pricing/",
"repository": "git@github.com:jwplayer/jwplayer.git", "repository": "git@github.com:jwplayer/jwplayer.git",
"homepage": "https://github.com/jwplayer/jwplayer", "homepage": "https://github.com/jwplayer/jwplayer",
Expand Down

0 comments on commit b67d7b8

Please sign in to comment.