Skip to content

Commit a3ade49

Browse files
committed
fix typo
1 parent dc6558b commit a3ade49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/CaptionsTogglePlugin.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export class CaptionsTogglePlugin extends ButtonPlugin {
6767

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

70-
this.setMuteProp('captionsMuted', captionsMuted, this._captionsButtons, true);
70+
this._setMuteProp('captionsMuted', captionsMuted, this._captionsButtons, true);
7171

7272
}.bind(this)
7373
);

0 commit comments

Comments
 (0)