mirror of
https://github.com/afkarxyz/SpotiFLAC.git
synced 2026-04-26 15:45:54 +03:00
[PR #219] [MERGED] fix: resolve nested download paths for covers/lyrics #531
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SpotiFLAC#531
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/219
Author: @H4RL33
Created: 1/2/2026
Status: ✅ Merged
Merged: 1/8/2026
Merged by: @afkarxyz
Base:
main← Head:fix/download-paths📝 Commits (1)
fe45c58fix: resolve nested download paths for covers and lyrics📊 Changes
4 files changed (+62 additions, -15 deletions)
View changed files
➕
DEVELOPMENT.md(+39 -0)📝
frontend/src/App.tsx(+5 -5)📝
frontend/src/hooks/useCover.ts(+8 -4)📝
frontend/src/hooks/useLyrics.ts(+10 -6)📄 Description
Fixes issue where covers and lyrics were saved in double-nested directories (e.g. Album/Artist/Album). Adds isAlbum flag to frontend hooks to correctly handle paths.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.