From 0dfd436738e1cf812e18fe2b1668afe49512c0d9 Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Wed, 17 Oct 2018 10:16:11 +0200 Subject: [PATCH] Missing command argument --- awesome/music.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/awesome/music.lua b/awesome/music.lua index fddc679..5bbe8f1 100644 --- a/awesome/music.lua +++ b/awesome/music.lua @@ -65,10 +65,8 @@ ret.execute_command = function(command, arg) elseif start_server_command then -- Start the server and re-exec the command - awful.spawn.easy_async({'music-server', command, arg}, function(stdout, stderr, reason, code) - + awful.spawn.easy_async({'music-server', 'command', command, arg}, function(stdout, stderr, reason, code) end) - os.execute('music-server&') else set_text('music-server not running') end