From c2790b795883c10eefc8d395358ee75bb69bc921 Mon Sep 17 00:00:00 2001 From: Gerrit Linnemann Date: Mon, 2 Nov 2015 17:34:44 +0100 Subject: [PATCH] ready4testing --- kitchenradio/app/radio.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitchenradio/app/radio.js b/kitchenradio/app/radio.js index 34a43b0..cbab8dd 100644 --- a/kitchenradio/app/radio.js +++ b/kitchenradio/app/radio.js @@ -79,7 +79,7 @@ exports.play = function(idx) { } var catCmd = 'cat ' + m3u + ' | grep http://'; - exec(catCmd, function(error, stdout, stderr) { + exec('cat ' + m3u, function(error, stdout, stderr) { Log.inspect('Radio: Play', stdout); Log.inspect('Radio: Douh', stderr); Log.inspect('Radio: Douh', error);