From 7684b6ebcd456474c6cccb3780cb02135ed58e49 Mon Sep 17 00:00:00 2001 From: daniel-123 Date: Mon, 21 Jan 2013 22:06:47 +0100 Subject: [PATCH] Fix for previous fix --- syncplay/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syncplay/constants.py b/syncplay/constants.py index 4e15503..4e349ae 100644 --- a/syncplay/constants.py +++ b/syncplay/constants.py @@ -51,7 +51,7 @@ MPC_MAX_RETRIES = 30 MPC_PAUSE_TOGGLE_DELAY = 0.05 #These are not changes you're looking for -MPLAYER_SLAVE_ARGS = [ '-slave', '-msglevel', '-nomsgcolor', 'all=1:global=4'] +MPLAYER_SLAVE_ARGS = [ '-slave', '-nomsgcolor', '-msglevel', 'all=1:global=4'] MPV_SLAVE_ARGS = [ '--slave-broken', '-msglevel', 'all=1:global=4'] MPLAYER_ANSWER_REGEX = "^ANS_([a-zA-Z_]+)=(.+)$" UI_COMMAND_REGEX = r"^(?P[^\ ]+)(?:\ (?P.+))?"