Skip to content

Commit

Permalink
Remove mpv.net v7 workaround due to upstream fix (see #529) - reverts 7…
Browse files Browse the repository at this point in the history
  • Loading branch information
Et0h committed Mar 1, 2024
1 parent af08ff9 commit 9b53026
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions syncplay/players/mpvnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,4 @@ def getExpandedPath(playerPath):
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()

0 comments on commit 9b53026

Please sign in to comment.