From 2dd995b2d77f5330b261e58967fa9176ff95f02f Mon Sep 17 00:00:00 2001 From: icedream Date: Fri, 16 Oct 2015 19:41:21 +0200 Subject: [PATCH] Separate parameter name and value for "aout" parameter like we did with the others. --- services/vlc.iced | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/vlc.iced b/services/vlc.iced index 71f18d4..7a3757c 100644 --- a/services/vlc.iced +++ b/services/vlc.iced @@ -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']