Skip to content

Commit

Permalink
constants: add new per-user mpv.net path (#659)
Browse files Browse the repository at this point in the history
  • Loading branch information
soredake authored Jan 5, 2024
1 parent 2dd3875 commit 6c87940
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions syncplay/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ def getValueForOS(constantDict):
try:
import os
MPVNET_PATHS.append(os.path.expandvars(r'%LOCALAPPDATA%\Microsoft\WindowsApps\mpvnet.exe'))
MPVNET_PATHS.append(os.path.expandvars(r'%LOCALAPPDATA%\Programs\mpv.net\mpvnet.exe'))
except:
pass
VLC_PATHS = [
Expand Down

0 comments on commit 6c87940

Please sign in to comment.