mirror of
https://github.com/JakeStanger/mpd-discord-rpc.git
synced 2026-07-11 10:15:28 +01:00
[PR #229] [MERGED] fix: use empty char for extending details #1570
Labels
No labels
bug
enhancement
help wanted
package
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
JakeStanger/mpd-discord-rpc#1570
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/JakeStanger/mpd-discord-rpc/pull/229
Author: @fxzzi
Created: 8/19/2025
Status: ✅ Merged
Merged: 8/19/2025
Merged by: @JakeStanger
Base:
master← Head:better-filler-char📝 Commits (1)
e50d778fix: use empty char for extending details📊 Changes
1 file changed (+3 additions, -2 deletions)
View changed files
📝
src/main.rs(+3 -2)📄 Description
Instead of using an _, which is visible by the user:

We can use a "zero width space" which seems to do the job just the same on my end, whilst being pretty much invisible.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.