From 186bbc21019a1020155f2bc093af5c42e6881120 Mon Sep 17 00:00:00 2001 From: Etoh Date: Tue, 25 Jun 2013 17:47:45 +0200 Subject: [PATCH] Add VLC interface min version constant --- syncplay/constants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/syncplay/constants.py b/syncplay/constants.py index 76956f1..31acfc9 100644 --- a/syncplay/constants.py +++ b/syncplay/constants.py @@ -27,6 +27,7 @@ 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" MPC_PATHS = [ r"C:\Program Files (x86)\MPC-HC\mpc-hc.exe", r"C:\Program Files\MPC-HC\mpc-hc.exe",