-
-
Notifications
You must be signed in to change notification settings - Fork 913
💡playerPlaybackSpeedButton defined twice in player.js #3823
Copy link
Copy link
Open
Labels
Feature requestWish or ideaWish or ideagood first issueA GitHub standard for inviting (new) contributors *Congratulations in advance!*A GitHub standard for inviting (new) contributors *Congratulations in advance!*help wantedJust an old github standard we add automatically. (The team can remove it when working on it.)Just an old github standard we add automatically. (The team can remove it when working on it.)up-for-grabs(a github standard for inviting new contributors) - Welcome! ♥(a github standard for inviting new contributors) - Welcome! ♥
Metadata
Metadata
Assignees
Labels
Feature requestWish or ideaWish or ideagood first issueA GitHub standard for inviting (new) contributors *Congratulations in advance!*A GitHub standard for inviting (new) contributors *Congratulations in advance!*help wantedJust an old github standard we add automatically. (The team can remove it when working on it.)Just an old github standard we add automatically. (The team can remove it when working on it.)up-for-grabs(a github standard for inviting new contributors) - Welcome! ♥(a github standard for inviting new contributors) - Welcome! ♥
Type
Fields
Give feedbackNo fields configured for issues without a type.
⚬ PROBLEM:
ImprovedTube.playerPlaybackSpeedButtonis defined twice inplayer.js. The second definition (afterplayerRotateButton) silently overwrites the first, leaving it as dead code.playerPlaybackSpeedButtondefined twice inplayer.js; first definition is dead code, silently overwrittenplayer.jsplayer.js— searchplayerPlaybackSpeedButton = functionto reproduce