Skip to content

fix: first_genre to use genre of the first track in the playlist or c…#100

Open
aaronovz1 wants to merge 1 commit into
unspok3n:mainfrom
aaronovz1:first_genre-fix
Open

fix: first_genre to use genre of the first track in the playlist or c…#100
aaronovz1 wants to merge 1 commit into
unspok3n:mainfrom
aaronovz1:first_genre-fix

Conversation

@aaronovz1
Copy link
Copy Markdown

@aaronovz1 aaronovz1 commented Aug 1, 2025

…hart

Fix for #99

Problem

The first_genre parameter was using metadata from the playlist/chart API response (playlist.Genres[0] or chart.Genres[0].Name) instead of the actual genre of the first track in the playlist/chart.

Result

Before: A playlist with metadata genre "Electronic" but first track genre "Afro House" would create a folder with "Electronic"
After: The same playlist will create a folder with "Afro House" as the genre

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant