Skip to content

Commit

Permalink
Fix captions constant name
Browse files Browse the repository at this point in the history
  • Loading branch information
kommunarr committed Oct 14, 2024
1 parent 443c4af commit 42c3128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ const KeyboardShortcuts = {
REFRESH: 'r'
},
VIDEO_PLAYER: {
SUBTITLES: 'c',
CAPTIONS: 'c',
STATS: 'd',
FULLSCREEN: 'f',
PICTURE_IN_PICTURE: 'i',
Expand Down

0 comments on commit 42c3128

Please sign in to comment.