From 57362721b5e01ef7ad7a1ca84e493a24d577ab33 Mon Sep 17 00:00:00 2001 From: Etoh Date: Fri, 25 Apr 2014 19:17:55 +0100 Subject: [PATCH] Increase VLC intf min ver to 0.1.9 --- syncplay/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syncplay/constants.py b/syncplay/constants.py index 868923f..4e06f7c 100644 --- a/syncplay/constants.py +++ b/syncplay/constants.py @@ -43,7 +43,7 @@ COMMANDS_ROOM = ["r", "room"] COMMANDS_HELP = ['help', 'h', '?', '/?', r'\?'] MPC_MIN_VER = "1.6.4" VLC_MIN_VERSION = "2.0.0" -VLC_INTERFACE_MIN_VERSION = "0.1.7" +VLC_INTERFACE_MIN_VERSION = "0.1.9" MPC_PATHS = [ r"C:\Program Files (x86)\MPC-HC\mpc-hc.exe", r"C:\Program Files\MPC-HC\mpc-hc.exe",