Skip to content

Commit b35c779

Browse files
authored
Merge pull request #171 from SpringRoll/feature/fix_send_properties
fix typo
2 parents d20f8d9 + a3ade49 commit b35c779

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)