We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d20f8d9 + a3ade49 commit b35c779Copy full SHA for b35c779
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