[PR #219] [MERGED] fix: resolve nested download paths for covers/lyrics #531

Closed
opened 2026-02-27 19:04:15 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: fix/download-paths


📝 Commits (1)

  • fe45c58 fix: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/afkarxyz/SpotiFLAC/pull/219 **Author:** [@H4RL33](https://github.com/H4RL33) **Created:** 1/2/2026 **Status:** ✅ Merged **Merged:** 1/8/2026 **Merged by:** [@afkarxyz](https://github.com/afkarxyz) **Base:** `main` ← **Head:** `fix/download-paths` --- ### 📝 Commits (1) - [`fe45c58`](https://github.com/afkarxyz/SpotiFLAC/commit/fe45c58f0edaea99177c857580bf0eb1900cea27) fix: resolve nested download paths for covers and lyrics ### 📊 Changes **4 files changed** (+62 additions, -15 deletions) <details> <summary>View changed files</summary> ➕ `DEVELOPMENT.md` (+39 -0) 📝 `frontend/src/App.tsx` (+5 -5) 📝 `frontend/src/hooks/useCover.ts` (+8 -4) 📝 `frontend/src/hooks/useLyrics.ts` (+10 -6) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 19:04:15 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/SpotiFLAC#531
No description provided.