From 87849f6be8b9d962bcd6b58da32e13c52f5273a2 Mon Sep 17 00:00:00 2001 From: Etoh Date: Fri, 4 Apr 2014 15:13:50 +0100 Subject: [PATCH] Add SYNC_ON_PAUSE (def. True; requested by john24) --- syncplay/constants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/syncplay/constants.py b/syncplay/constants.py index c684781..1e467c4 100644 --- a/syncplay/constants.py +++ b/syncplay/constants.py @@ -25,6 +25,7 @@ WARNING_OSD_MESSAGES_LOOP_INTERVAL = 1 SHOW_REWIND_ON_DESYNC_CHECKBOX = False SHOW_TOOLTIPS = 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"[-~_\.\[\](): ]"