radio parameter error fixed

This commit is contained in:
Gerrit Linnemann 2015-11-02 16:12:50 +01:00
parent 753b78d18b
commit 51825f4c4c

View File

@ -82,7 +82,7 @@ exports.play = function(idx) {
'mplayer',
[
'-slave',
'-quit',
'-quiet',
'stream2play'
]
);