diff --git a/syncplay/constants.py b/syncplay/constants.py index 74e07c8..fd0937a 100644 --- a/syncplay/constants.py +++ b/syncplay/constants.py @@ -36,6 +36,7 @@ MPC_PATHS = [ r"C:\Program Files (x86)\K-Lite Codec Pack\Media Player Classic\mpc-hc.exe", r"C:\Program Files\K-Lite Codec Pack\Media Player Classic\mpc-hc.exe", r"C:\Program Files (x86)\Combined Community Codec Pack\MPC\mpc-hc.exe", + r"C:\Program Files\Combined Community Codec Pack\MPC\mpc-hc.exe", r"C:\Program Files\MPC HomeCinema (x64)\mpc-hc64.exe", ] MPLAYER_PATHS = ["mplayer2"]