Skip to content

Commit

Permalink
fix: Export getFetchedPlaybackInfo (#7418)
Browse files Browse the repository at this point in the history
Fixes #7416
  • Loading branch information
Iragne authored Oct 11, 2024
1 parent c90d5ff commit ce38dd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -6324,6 +6324,7 @@ shaka.Player = class extends shaka.util.FakeEventTarget {
* determine the exact codecs and mimeTypes being fetched at the moment.
*
* @return {!shaka.extern.PlaybackInfo}
* @export
*/
getFetchedPlaybackInfo() {
const output = /** @type {!shaka.extern.PlaybackInfo} */ ({
Expand Down

0 comments on commit ce38dd9

Please sign in to comment.