Skip to content

Commit

Permalink
Merge pull request #171 from SpringRoll/feature/fix_send_properties
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
902seanryan authored Jan 31, 2024
2 parents d20f8d9 + a3ade49 commit b35c779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/CaptionsTogglePlugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export class CaptionsTogglePlugin extends ButtonPlugin {

const captionsMuted = !!SavedData.read(CaptionsTogglePlugin.captionsToggleKey);

this.setMuteProp('captionsMuted', captionsMuted, this._captionsButtons, true);
this._setMuteProp('captionsMuted', captionsMuted, this._captionsButtons, true);

}.bind(this)
);
Expand Down

0 comments on commit b35c779

Please sign in to comment.