From 0a62396ae4f1470c2af76db8b9be488a0602e964 Mon Sep 17 00:00:00 2001 From: Joey Parrish Date: Tue, 11 May 2021 13:54:47 -0700 Subject: [PATCH] fix: Fix new method missing from cast proxy PR #3392 Issue #3389 Change-Id: I425ccf7036416c185be141a181fabd26aa92e41e --- lib/cast/cast_utils.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/cast/cast_utils.js b/lib/cast/cast_utils.js index fade3dce79..2bd8f93e79 100644 --- a/lib/cast/cast_utils.js +++ b/lib/cast/cast_utils.js @@ -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.