Double quotes not escaped in output #7

Closed
opened 2022-01-27 17:09:19 +01: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 19:00:16 +01:00
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: hrfee/waybar-mpris#7
No description provided.