Remove mpv.net v7 workaround due to upstream fix (see #529) - reverts 793804e
This commit is contained in:
parent
af08ff9f80
commit
9b53026db7
@ -50,9 +50,4 @@ class MpvnetPlayer(MpvPlayer):
|
|||||||
def getIconPath(path):
|
def getIconPath(path):
|
||||||
return constants.MPVNET_ICONPATH
|
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…
x
Reference in New Issue
Block a user