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"[-~_\.\[\](): ]"