mirror of
https://github.com/Lambada10/SongSync.git
synced 2026-04-25 22:55:54 +03:00
[PR #75] [MERGED] fix: remove unnecessary manual encoding of parameter #179
Labels
No labels
bug
duplicate
enhancement
invalid
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SongSync#179
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Lambada10/SongSync/pull/75
Author: @Risuntsy
Created: 7/29/2024
Status: ✅ Merged
Merged: 8/12/2024
Merged by: @Lambada10
Base:
master← Head:master📝 Commits (1)
cac6e61fix: remove unnecessary manual encoding of parameter📊 Changes
1 file changed (+3 additions, -7 deletions)
View changed files
📝
app/src/main/java/pl/lambada/songsync/data/remote/lyrics_providers/others/NeteaseAPI.kt(+3 -7)📄 Description
The HttpClient seems to handle escaping internally. Manual escaping (in the NetEase API part) may lead to duplicate escaping and cause unexpected results if there are special characters in the song name or artist name.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.