Skip to content

Commit 1ebc49f

Browse files
authored
Set server's recent client threshold to >=1.7.0
1 parent 470d763 commit 1ebc49f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

syncplay/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def getValueForOS(constantDict):
2929
UI_TIME_FORMAT = "[%X] "
3030
CONFIG_NAMES = [".syncplay", "syncplay.ini"] # Syncplay searches first to last
3131
DEFAULT_CONFIG_NAME = "syncplay.ini"
32-
RECENT_CLIENT_THRESHOLD = "1.6.8" # This and higher considered 'recent' clients (no warnings)
32+
RECENT_CLIENT_THRESHOLD = "1.7.0" # This and higher considered 'recent' clients (no warnings)
3333
MUSIC_FORMATS = [".mp3", ".m4a", ".m4p", ".wav", ".aiff", ".r", ".ogg", ".flac"] # ALL LOWER CASE!
3434
WARN_OLD_CLIENTS = True # Use MOTD to inform old clients to upgrade
3535
LIST_RELATIVE_CONFIGS = True # Print list of relative configs loaded

0 commit comments

Comments
 (0)