diff --git a/syncplay/constants.py b/syncplay/constants.py index 84360ac..af63ae1 100644 --- a/syncplay/constants.py +++ b/syncplay/constants.py @@ -50,6 +50,6 @@ MPC_PAUSE_TOGGLE_DELAY = 0.05 MPLAYER_SLAVE_ARGS = [ '-slave', '-msglevel', 'all=1:global=4'] MPLAYER_ANSWER_REGEX = "^ANS_([a-zA-Z_]+)=(.+)$" UI_COMMAND_REGEX = r"^(?P[^\ ]+)(?:\ (?P.+))?" -UI_OFFSET_REGEX = r"^(?:o|offset)\ ?(?P[/+-])?(?P