refactor: update VLC command configurations to suppress audio and video title display across multiple JSON examples
This commit is contained in:
@@ -7,7 +7,8 @@
|
||||
{
|
||||
"type": "launch",
|
||||
"parameters": {
|
||||
"command": "VLC_VERBOSE=-1 vlc"
|
||||
"command": "VLC_VERBOSE=-1 vlc --no-audio --no-video-title-show",
|
||||
"shell": true
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user