diff --git a/syncplay/client.py b/syncplay/client.py index f68f5dc..a710a29 100644 --- a/syncplay/client.py +++ b/syncplay/client.py @@ -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: