mirror of
https://github.com/Syncplay/syncplay
synced 2025-02-23 22:46:48 +00:00
Fix missing -- in slave arg
This commit is contained in:
parent
a05b06625d
commit
cbb0b748c6
@ -107,7 +107,7 @@ MPLAYER_SLAVE_ARGS = ['-slave', '--hr-seek=always', '-nomsgcolor', '-msglevel',
|
||||
# --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']
|
||||
|
Loading…
Reference in New Issue
Block a user