We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Expected Result: Artist name should show up without any escaped characters.
Actual result: Artist name shows up with URL encoded characters (e.g. Coheed & Cambria)
Coheed & Cambria
No response
2.4.4
Google Play
moto g(8) plus
Android 10
10.8.1
The text was updated successfully, but these errors were encountered:
It looks like we just have to url decode the toString calls on lines 105 and 108. https://github.com/jellyfin/jellyfin-android/blob/master/app/src/main/java/org/jellyfin/mobile/player/audio/AudioNotificationManager.kt
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
Expected Result:
Artist name should show up without any escaped characters.
Actual result:
Artist name shows up with URL encoded characters (e.g.
Coheed & Cambria
)Logs
No response
Application version
2.4.4
Where did you install the app from?
Google Play
Device information
moto g(8) plus
Android version
Android 10
Jellyfin server version
10.8.1
Which video player implementations does this bug apply to?
The text was updated successfully, but these errors were encountered: