Skip to content

Commit

Permalink
fix(docs): documentation formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
cboustead committed Oct 7, 2020
1 parent 00faedb commit 80d7bb3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,9 @@ class HlsQualitySelectorPlugin {
}

/**
* Return the current set quality or 'auto';
* @returns {string} the currently set quality
* Return the current set quality or 'auto'
*
* @return {string} the currently set quality
*/
getCurrentQuality() {
return this._currentQuality || 'auto';
Expand Down

0 comments on commit 80d7bb3

Please sign in to comment.