From b1b7a4f66524714c065a314bf3a51094ea991ebe Mon Sep 17 00:00:00 2001 From: Shyam S Kumar Date: Mon, 21 Apr 2014 02:22:11 +0530 Subject: [PATCH] arg was not defined. Might be a silly typo --- bin/cmd.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cmd.js b/bin/cmd.js index 6736a520..f758d24c 100755 --- a/bin/cmd.js +++ b/bin/cmd.js @@ -54,7 +54,7 @@ if (!url) { var VLC_ARGS = '-q --video-on-top --play-and-exit' var OMX_EXEC = 'omxplayer -r -o ' + (typeof argv.omx === 'string') - ? arg.omx + ' ' + ? argv.omx + ' ' : 'hdmi ' var MPLAYER_EXEC = 'mplayer -ontop -really-quiet -noidx -loop 0 '