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 and avelad committed Oct 18, 2024
1 parent b2146ce commit 3dbae25
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 @@ -6290,6 +6290,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 3dbae25

Please sign in to comment.