mirror of
https://github.com/afkarxyz/SpotiDownloader.git
synced 2026-04-27 05:15:56 +03:00
[PR #107] [MERGED] Fix batch downloads ignoring selected filename format #221
Labels
No labels
bug
documentation
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SpotiDownloader#221
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/SpotiDownloader/pull/107
Author: @Laynholt
Created: 2/25/2026
Status: ✅ Merged
Merged: 2/25/2026
Merged by: @afkarxyz
Base:
main← Head:main📝 Commits (1)
beb1933Fix filename template in batch downloads📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝
frontend/src/hooks/useDownload.ts(+2 -2)📄 Description
This PR fixes an issue where
Download Allalways produced files inTitle - Artistformat, regardless of the chosenFilename format.Changes:
settings.filenameTemplate(current setting) instead of legacysettings.filenameFormatin batch download requests.Result:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.