From 06a8d5dddf6579f531bd598830bc20e65940b8d1 Mon Sep 17 00:00:00 2001 From: Et0h Date: Sat, 24 Jan 2015 11:20:11 +0000 Subject: [PATCH] Reduce secondary OSD message duration for players with single OSD from 15 sec to 13 sec --- syncplay/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syncplay/constants.py b/syncplay/constants.py index 3b9c437..682ca5e 100644 --- a/syncplay/constants.py +++ b/syncplay/constants.py @@ -2,7 +2,7 @@ DEFAULT_PORT = 8999 OSD_DURATION = 3 OSD_WARNING_MESSAGE_DURATION = 5 -NO_SECONDARY_OSD_WARNING_DURATION = 15 +NO_SECONDARY_OSD_WARNING_DURATION = 13 MPC_OSD_POSITION = 1 #Right corner, 1 for left MPLAYER_OSD_LEVEL = 1 UI_TIME_FORMAT = "[%X] "