Skip to content

Commit f85efc2

Browse files
authored
Set recent client to 1.7.4
1 parent d6de53e commit f85efc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

syncplay/constants.py

Lines changed: 2 additions & 2 deletions
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.7.3" # This and higher considered 'recent' clients (no warnings)
32+
RECENT_CLIENT_THRESHOLD = "1.7.4" # 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
@@ -366,4 +366,4 @@ def getValueForOS(constantDict):
366366
CONSOLE_UI_MODE = "CLI"
367367
GRAPHICAL_UI_MODE = "GUI"
368368
UNKNOWN_UI_MODE = "Unknown"
369-
FALLBACK_ASSUMED_UI_MODE = GRAPHICAL_UI_MODE
369+
FALLBACK_ASSUMED_UI_MODE = GRAPHICAL_UI_MODE

0 commit comments

Comments
 (0)