mirror of
https://github.com/afkarxyz/SpotiFLAC.git
synced 2026-04-26 07:35:52 +03:00
[PR #215] [MERGED] Trim whitespace in sanitizePath function #530
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SpotiFLAC#530
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/afkarxyz/SpotiFLAC/pull/215
Author: @SjxSubham
Created: 1/1/2026
Status: ✅ Merged
Merged: 1/8/2026
Merged by: @afkarxyz
Base:
main← Head:main📝 Commits (2)
ba288b5Trim whitespace in sanitizePath function582c905Merge branch 'afkarxyz:main' into main📊 Changes
1 file changed (+2 additions, -1 deletions)
View changed files
📝
frontend/src/lib/utils.ts(+2 -1)📄 Description
Add whitespace trimming to
sanitizePathfunction.When a playlist name has a trailing space. this
sanitizePathfunction only replaces invalid characters but doesn't trim leading space.This Solution fixes this Issue
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.