Remove brackets around secondOSD

This commit is contained in:
Et0h 2014-12-30 20:58:28 +00:00
parent 9a81bd9c52
commit 52e13d1edd

View File

@ -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: