Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: decode html entities in playlist description #478

Merged
merged 1 commit into from
Jun 27, 2024

Conversation

juliamertz
Copy link
Contributor

Noticed in one of my playlists the apostrophe in the description was displayed as '. initially i tried to fix this without using a library, but it doesn't seem feasible to roll my own decoder for this. I've added the library html-escape which seems like the best out of a few choices.

I'm not quite sure if we still need the regex to remove html tags as i haven't seen any examples of these being sent down.

@aome510 aome510 merged commit fa826f4 into aome510:master Jun 27, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants