From 51825f4c4c71f93b1b869d2405f2b19bb9044349 Mon Sep 17 00:00:00 2001 From: Gerrit Linnemann Date: Mon, 2 Nov 2015 16:12:50 +0100 Subject: [PATCH] radio parameter error fixed --- 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 5fa5edb..5845672 100644 --- a/kitchenradio/app/radio.js +++ b/kitchenradio/app/radio.js @@ -82,7 +82,7 @@ exports.play = function(idx) { 'mplayer', [ '-slave', - '-quit', + '-quiet', 'stream2play' ] );