diff --git a/syncplay/constants.py b/syncplay/constants.py index e3d39d2..3a8753f 100644 --- a/syncplay/constants.py +++ b/syncplay/constants.py @@ -34,7 +34,6 @@ 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 -True #Usually there's no need to adjust these FILENAME_STRIP_REGEX = u"[-~_\.\[\](): ]" COMMANDS_UNDO = ["u", "undo", "revert"]