mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Add uppercase variants
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
This commit is contained in:
parent
0e3f6fa77b
commit
92e5d692ea
1 changed files with 2 additions and 0 deletions
|
@ -1341,9 +1341,11 @@ export default function (view) {
|
|||
playbackManager.previousChapter(currentPlayer);
|
||||
break;
|
||||
case 'g':
|
||||
case 'G':
|
||||
subtitleSyncOverlay?.decrementOffset();
|
||||
break;
|
||||
case 'h':
|
||||
case 'H':
|
||||
subtitleSyncOverlay?.incrementOffset();
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue