mirror of
https://github.com/Syncplay/syncplay
synced 2025-02-23 14:36:49 +00:00
Remove brackets around secondOSD
This commit is contained in:
parent
9a81bd9c52
commit
52e13d1edd
@ -951,7 +951,6 @@ class UiManager(object):
|
||||
if constants.SHOW_OSD and self._client and self._client._player:
|
||||
if not self._client._player.secondaryOSDSupported:
|
||||
if secondaryOSD:
|
||||
message = u"({})".format(message)
|
||||
self.lastSecondaryOSDMessage = message
|
||||
self.lastSecondaryOSDEndTime = time.time() + constants.NO_SECONDARY_OSD_WARNING_DURATION
|
||||
if self.lastPrimaryOSDEndTime and time.time() < self.lastPrimaryOSDEndTime:
|
||||
|
Loading…
Reference in New Issue
Block a user