mirror of
https://github.com/Syncplay/syncplay
synced 2024-12-17 20:34:42 +00:00
This commit is contained in:
parent
af08ff9f80
commit
9b53026db7
@ -50,9 +50,4 @@ class MpvnetPlayer(MpvPlayer):
|
||||
def getIconPath(path):
|
||||
return constants.MPVNET_ICONPATH
|
||||
|
||||
def sendMpvOptions(self):
|
||||
for key in self._listener.mpv_arguments:
|
||||
if key != "script" and key != "input-ipc-server":
|
||||
self._setProperty(key, self._listener.mpv_arguments[key])
|
||||
super().sendMpvOptions()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user