From c0ce39dcdf900c7d8afab3d75e67b0f7b38c014a Mon Sep 17 00:00:00 2001 From: Et0h Date: Sun, 20 Jul 2014 17:17:45 +0100 Subject: [PATCH] Merge PlayPause should be False by default --- syncplay/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syncplay/constants.py b/syncplay/constants.py index 27acfdb..77a972b 100644 --- a/syncplay/constants.py +++ b/syncplay/constants.py @@ -36,7 +36,7 @@ PROTOCOL_TIMEOUT = 12.5 RECONNECT_RETRIES = 10 SERVER_STATE_INTERVAL = 1 WARNING_OSD_MESSAGES_LOOP_INTERVAL = 1 -MERGE_PLAYPAUSE_BUTTONS = True +MERGE_PLAYPAUSE_BUTTONS = False SYNC_ON_PAUSE = True # Client seek to global position - subtitles may disappear on some media players #Usually there's no need to adjust these FILENAME_STRIP_REGEX = u"[-~_\.\[\](): ]"