We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9112ca1 commit b0b556eCopy full SHA for b0b556e
ui/ui.js
@@ -180,12 +180,6 @@ shaka.ui.Overlay = class {
180
newConfig, config, this.defaultConfig_(),
181
/* overrides= */ {}, /* path= */ '');
182
183
- // If a cast receiver app id has been given, add a cast button to the UI
184
- if (newConfig.castReceiverAppId &&
185
- !newConfig.overflowMenuButtons.includes('cast')) {
186
- newConfig.overflowMenuButtons.push('cast');
187
- }
188
-
189
goog.asserts.assert(this.player_ != null, 'Should have a player!');
190
191
const diff = shaka.util.ConfigUtils.getDifferenceFromConfigObjects(
0 commit comments