Skip to content

Commit c648e4b

Browse files
authored
Update constants.py
Add Windows path for Memento (#716)
1 parent 6035f81 commit c648e4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syncplay/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ def getValueForOS(constantDict):
180180
r"c:\program Files (x86)\mpv\mpv.exe", r"c:\program Files (x86)\mpv-player\mpv.exe",
181181
"/Applications/mpv.app/Contents/MacOS/mpv"]
182182
MPVNET_PATHS = [r"c:\program files\mpv.net\mpvnet.exe", r"c:\program Files (x86)\mpv.net\mpvnet.exe"]
183-
MEMENTO_PATHS = ["memento", "/usr/bin/memento", "/usr/local/bin/memento"]
183+
MEMENTO_PATHS = ["memento", "/usr/bin/memento", "/usr/local/bin/memento", r"C:\Program Files\Memento\memento.exe"]
184184

185185
try:
186186
import os

0 commit comments

Comments
 (0)