1
0
Fork 0
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:
Bill Thornton 2024-08-16 11:06:26 -04:00 committed by GitHub
parent 0e3f6fa77b
commit 92e5d692ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
}