mirror of
https://github.com/Syncplay/syncplay
synced 2025-02-08 06:56:59 +00:00
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]
|
argValue = argValue[1:-1]
|
||||||
else:
|
else:
|
||||||
argName = argToAdd
|
argName = argToAdd
|
||||||
argValue = "yes"
|
argValue = ""
|
||||||
args[argName] = argValue
|
args[argName] = argValue
|
||||||
return args
|
return args
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user