You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(MusicCommand): trim stdin input to remove trailing spaces
- Change `rtrim` to `trim` for stdin input to remove both leading and trailing spaces.
- Close the stdin stream after reading to prevent resource leaks.
- Ensure consistent handling of input regardless of whitespace.
0 commit comments