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']