mirror of https://github.com/Syncplay/syncplay
constants: add new per-user mpv.net path (#659)
This commit is contained in:
parent
2dd3875a2a
commit
6c87940e5d
|
@ -178,6 +178,7 @@ MPVNET_PATHS = [r"c:\program files\mpv.net\mpvnet.exe", r"c:\program Files (x86)
|
|||
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 = [
|
||||
|
|
Loading…
Reference in New Issue