Remove mpv.net v7 workaround due to upstream fix (see #529) - reverts 793804e

This commit is contained in:
Et0h 2024-03-01 15:30:33 +00:00
parent af08ff9f80
commit 9b53026db7
1 changed files with 0 additions and 5 deletions

View File

@ -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()