Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

arg was not defined. Might be a silly typo #49

Merged
merged 1 commit into from Apr 21, 2014
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file or symbol
Failed to load files and symbols.

Always

Just for now

arg was not defined. Might be a silly typo

  • Loading branch information
shyamsalimkumar committed Apr 20, 2014
commit b1b7a4f66524714c065a314bf3a51094ea991ebe
@@ -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 '

ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.