mirror of https://github.com/icedream/ts3bot.git
Separate parameter name and value for "aout" parameter like we did with the others.
parent
9fa980d2bc
commit
2dd995b2d7
|
@ -31,7 +31,7 @@ module.exports = class VLCService extends services.Service
|
||||||
"--http-host", config.get("vlc-host"),
|
"--http-host", config.get("vlc-host"),
|
||||||
"--http-port", config.get("vlc-port"),
|
"--http-port", config.get("vlc-port"),
|
||||||
"--http-password", config.get("vlc-password")
|
"--http-password", config.get("vlc-password")
|
||||||
"--aout=pulse",
|
"--aout", "pulse",
|
||||||
"--no-video"
|
"--no-video"
|
||||||
],
|
],
|
||||||
stdio: ['ignore', 'pipe', 'pipe']
|
stdio: ['ignore', 'pipe', 'pipe']
|
||||||
|
|
Loading…
Reference in New Issue