Skip to content

Commit

Permalink
🐛 amp-youtube 1.0: forward mute method (ampproject#34221)
Browse files Browse the repository at this point in the history
Previous oversight.
  • Loading branch information
alanorozco authored and rochapablo committed Aug 30, 2021
1 parent 8940f64 commit 56d0594
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extensions/amp-youtube/1.0/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ const PlayerStates = {
const methods = {
'play': 'playVideo',
'pause': 'pauseVideo',
'mute': 'mute',
'unmute': 'unMute',
};

Expand Down

0 comments on commit 56d0594

Please sign in to comment.