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

[BUG?] - Ampersands not urlencoded #317

Open
Derkades opened this issue Dec 28, 2024 · 0 comments
Open

[BUG?] - Ampersands not urlencoded #317

Derkades opened this issue Dec 28, 2024 · 0 comments

Comments

@Derkades
Copy link

Describe the bug

It appears that ampersands are not urlencoded. My music server uses file paths as ids, which means sometimes the id contains a '&' symbol. Tempo makes the following request:

/rest/getCoverArt?u=robin&s=531efa32-8c7b-4ba2-b591-621bd397c6bc&t=<removed>&v=1.15.0&c=Tempo&id=DK/Sub%20Focus%20&%20Wilkinson%20-%20Ray%20Of%20Sun.mp3

Expected behavior

I expect the request to be made with Sub%20Focus%20%26%20Wilkinson instead of Sub%20Focus%20&%20Wilkinson

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

No branches or pull requests

1 participant