From 5cb960dfb4bdb9300f8ee299b504308bfa916698 Mon Sep 17 00:00:00 2001 From: Etoh Date: Thu, 27 Jun 2013 16:46:29 +0100 Subject: [PATCH] Lower VLC minver to 2.0.0 and increase interface minver to 0.1.1 --- syncplay/constants.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/syncplay/constants.py b/syncplay/constants.py index 31acfc9..e1a61fb 100644 --- a/syncplay/constants.py +++ b/syncplay/constants.py @@ -26,8 +26,8 @@ COMMANDS_PAUSE = ["p", "play", "pause"] COMMANDS_ROOM = ["r", "room"] COMMANDS_HELP = ['help', 'h', '?', '/?', r'\?'] MPC_MIN_VER = "1.6.4" -VLC_MIN_VERSION = "2.0.6" -VLC_INTERFACE_MIN_VERSION = "0.1.0" +VLC_MIN_VERSION = "2.0.0" +VLC_INTERFACE_MIN_VERSION = "0.1.1" MPC_PATHS = [ r"C:\Program Files (x86)\MPC-HC\mpc-hc.exe", r"C:\Program Files\MPC-HC\mpc-hc.exe",