From a41293d365a97be725203f82e4ab6f4560259065 Mon Sep 17 00:00:00 2001 From: soredake <5204968+soredake@users.noreply.github.com> Date: Thu, 4 Jan 2024 20:27:24 +0200 Subject: [PATCH] constants: add new per-user mpv.net path --- 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 = [