diff --git a/social/music/69-mpd.js b/social/music/69-mpd.js index 2afc91fd..298d4cf4 100644 --- a/social/music/69-mpd.js +++ b/social/music/69-mpd.js @@ -35,9 +35,9 @@ function MPDOut(n) { //node.mpc.command(msg.payload); node.mpc.command(msg.payload, msg.param, function(err, results) { if (err) { console.log("MPD: Error:",err); } - else { node.error(results); } + //else { console.log(results); } }); - } catch(err) { console.log("MPD: Error:",err); } + } catch (err) { console.log("MPD: Error:",err); } } });