mirror of
https://github.com/jellyfin/jellyfin-media-player.git
synced 2025-02-20 14:01:59 +00:00
Fix drunken error for decrease_audio_delay
The lack of the two \\ caused the decrease_audio_delay not to work.
This commit is contained in:
parent
e768dc55e0
commit
820e02f42b
@ -29,7 +29,7 @@
|
||||
"Ctrl\\+L": "cycle_subtitles_back",
|
||||
"S": "toggle_subtitles",
|
||||
"Alt\\+A": "increase_audio_delay",
|
||||
"Alt+Shift\\+A": "decrease_audio_delay",
|
||||
"Alt\\+Shift\\+A": "decrease_audio_delay",
|
||||
"Alt\\+S": "increase_subtitles_delay",
|
||||
"Alt\\+Shift\\+S": "decrease_subtitles_delay",
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user