Separate parameter name and value for "aout" parameter like we did with the others.

develop
Icedream 2015-10-16 19:41:21 +02:00
parent 9fa980d2bc
commit 2dd995b2d7
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ module.exports = class VLCService extends services.Service
"--http-host", config.get("vlc-host"),
"--http-port", config.get("vlc-port"),
"--http-password", config.get("vlc-password")
"--aout=pulse",
"--aout", "pulse",
"--no-video"
],
stdio: ['ignore', 'pipe', 'pipe']