mirror of https://github.com/Syncplay/syncplay
Support player arguments like --no-border in mpv (#616)
This commit is contained in:
parent
4c516129e2
commit
884d79bed3
|
@ -69,7 +69,7 @@ class MpvPlayer(BasePlayer):
|
|||
argValue = argValue[1:-1]
|
||||
else:
|
||||
argName = argToAdd
|
||||
argValue = "yes"
|
||||
argValue = ""
|
||||
args[argName] = argValue
|
||||
return args
|
||||
|
||||
|
|
Loading…
Reference in New Issue