mirror of
https://github.com/mpv-player/mpv
synced 2025-01-04 14:12:10 +00:00
command: remove extra space
Signed-off-by: wm4 <wm4@nowhere>
This commit is contained in:
parent
ff7a1c21ce
commit
66f158b89b
@ -2811,7 +2811,7 @@ static const struct m_property mp_properties[] = {
|
||||
|
||||
// Audio
|
||||
{"volume", mp_property_volume},
|
||||
{ "mute", mp_property_mute},
|
||||
{"mute", mp_property_mute},
|
||||
{"audio-delay", mp_property_audio_delay},
|
||||
{"audio-format", mp_property_audio_format},
|
||||
{"audio-codec", mp_property_audio_codec},
|
||||
|
Loading…
Reference in New Issue
Block a user