Double quotes not escaped in output #7

Closed
opened 2022-01-27 16:09:19 +00:00 by steinwerfer · 1 comment

JSON output breaks when there're double quotes in media title.

Expected:

{... "text":"\"escaped\" json" ...}

Actual

{... "text":""not escaped" json" ...}
JSON output breaks when there're double quotes in media title. Expected: ```json {... "text":"\"escaped\" json" ...} ``` Actual ```json {... "text":""not escaped" json" ...} ```
Owner

Should be fixed in 485ec0e, surprised i hadn't notice this.

Should be fixed in 485ec0e, surprised i hadn't notice this.
hrfee closed this issue 2022-01-27 18:00:16 +00:00
Sign in to join this conversation.
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: hrfee/waybar-mpris#7