Skip to content

Commit

Permalink
constants: add new per-user mpv.net path
Browse files Browse the repository at this point in the history
  • Loading branch information
soredake committed Jan 4, 2024
1 parent b8de12f commit a41293d
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 a41293d

Please sign in to comment.