We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 470d763 commit 1ebc49fCopy full SHA for 1ebc49f
1 file changed
syncplay/constants.py
@@ -29,7 +29,7 @@ def getValueForOS(constantDict):
29
UI_TIME_FORMAT = "[%X] "
30
CONFIG_NAMES = [".syncplay", "syncplay.ini"] # Syncplay searches first to last
31
DEFAULT_CONFIG_NAME = "syncplay.ini"
32
-RECENT_CLIENT_THRESHOLD = "1.6.8" # This and higher considered 'recent' clients (no warnings)
+RECENT_CLIENT_THRESHOLD = "1.7.0" # This and higher considered 'recent' clients (no warnings)
33
MUSIC_FORMATS = [".mp3", ".m4a", ".m4p", ".wav", ".aiff", ".r", ".ogg", ".flac"] # ALL LOWER CASE!
34
WARN_OLD_CLIENTS = True # Use MOTD to inform old clients to upgrade
35
LIST_RELATIVE_CONFIGS = True # Print list of relative configs loaded
0 commit comments