Skip to content

Commit

Permalink
Fix missing -- in slave arg
Browse files Browse the repository at this point in the history
  • Loading branch information
Et0h committed Aug 25, 2014
1 parent a05b066 commit cbb0b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syncplay/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
# --quiet works with both mpv 0.2 and 0.3
MPV_SLAVE_ARGS = ['--hr-seek=always', '--quiet', '--keep-open']
MPV_SLAVE_ARGS_WINDOWS = ['--slave-broken']
MPV_SLAVE_ARGS_NONWINDOWS = ['--input-terminal=no','input-file=/dev/stdin']
MPV_SLAVE_ARGS_NONWINDOWS = ['--input-terminal=no','--input-file=/dev/stdin']
VLC_SLAVE_ARGS = ['--extraintf=luaintf', '--lua-intf=syncplay', '--no-quiet', '--no-input-fast-seek',
'--play-and-pause']
VLC_SLAVE_NONOSX_ARGS = ['--no-one-instance', '--no-one-instance-when-started-from-file']
Expand Down

0 comments on commit cbb0b74

Please sign in to comment.