mirror of
https://github.com/videolan/vlc.git
synced 2024-11-23 09:53:43 +08:00
access: concat: fix typo in shortcut
This commit is contained in:
parent
dfabf7dc87
commit
36dbf29d99
@ -311,5 +311,5 @@ vlc_module_begin()
|
||||
add_string("concat-list", NULL, INPUT_LIST_TEXT, INPUT_LIST_LONGTEXT)
|
||||
set_capability("access", 0)
|
||||
set_callbacks(Open, Close)
|
||||
add_shortcut("concast", "list")
|
||||
add_shortcut("concat", "list")
|
||||
vlc_module_end()
|
||||
|
Loading…
Reference in New Issue
Block a user