From 6c87940e5d7ee9b82ac8e2d48f5bcd45421331c7 Mon Sep 17 00:00:00 2001 From: soredake <5204968+soredake@users.noreply.github.com> Date: Fri, 5 Jan 2024 21:43:37 +0200 Subject: [PATCH] constants: add new per-user mpv.net path (#659) --- syncplay/constants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/syncplay/constants.py b/syncplay/constants.py index 8bb0f1b..c4a8b88 100755 --- a/syncplay/constants.py +++ b/syncplay/constants.py @@ -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 = [