Fix escape issue with } character in chat
This commit is contained in:
parent
546901a55b
commit
e36bd34d44
@ -146,7 +146,6 @@ class MplayerPlayer(BasePlayer):
|
|||||||
text = text.replace("\\", "\\\\")
|
text = text.replace("\\", "\\\\")
|
||||||
text = text.replace("{", "\\\\{")
|
text = text.replace("{", "\\\\{")
|
||||||
text = text.replace("}", "\\\\}")
|
text = text.replace("}", "\\\\}")
|
||||||
text = text.replace("}", "\\\\}")
|
|
||||||
text = text.replace("<SYNCPLAY_QUOTE>","\\\"")
|
text = text.replace("<SYNCPLAY_QUOTE>","\\\"")
|
||||||
return text
|
return text
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user