We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc6558b commit a3ade49Copy full SHA for a3ade49
src/plugins/CaptionsTogglePlugin.js
@@ -67,7 +67,7 @@ export class CaptionsTogglePlugin extends ButtonPlugin {
67
68
const captionsMuted = !!SavedData.read(CaptionsTogglePlugin.captionsToggleKey);
69
70
- this.setMuteProp('captionsMuted', captionsMuted, this._captionsButtons, true);
+ this._setMuteProp('captionsMuted', captionsMuted, this._captionsButtons, true);
71
72
}.bind(this)
73
);
0 commit comments