Skip to content

Commit

Permalink
fix: Fix new method missing from cast proxy
Browse files Browse the repository at this point in the history
PR shaka-project#3392
Issue shaka-project#3389

Change-Id: I425ccf7036416c185be141a181fabd26aa92e41e
  • Loading branch information
joeyparrish committed May 11, 2021
1 parent 0f00d1c commit 0a62396
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/cast/cast_utils.js
Expand Up @@ -305,6 +305,7 @@ shaka.cast.CastUtils.PlayerGetterMethods = {
'getAssetUri': 2,
'getAudioLanguages': 4,
'getAudioLanguagesAndRoles': 4,
'getBufferFullness': 1,
'getBufferedInfo': 2,
// NOTE: The 'getSharedConfiguration' property is not proxied as it would
// not be possible to share a reference.
Expand Down

0 comments on commit 0a62396

Please sign in to comment.