mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 07:16:00 +03:00
Labels
No labels
a/b
bug
documentation
enhancement
good first issue
help wanted
invalid
pull-request
question
wontfix
yt-error
yt-update
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ytmusicapi#675
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/sigma67/ytmusicapi/pull/618
Author: @czifumasa
Created: 7/11/2024
Status: ✅ Merged
Merged: 7/11/2024
Merged by: @sigma67
Base:
main← Head:get_album_invalid_artists_fix📝 Commits (1)
e0c51f2get_album: fix invalid track list artists (#617)📊 Changes
1 file changed (+1 additions, -2 deletions)
View changed files
📝
ytmusicapi/parsers/playlists.py(+1 -2)📄 Description
Fixed invalid artists info for get_album from https://github.com/sigma67/ytmusicapi/issues/617 issue.
Bug was a result of my changes in #612.
This is a flexColumn for an artist:
it was skipped in parsing, because it did not have
navigationEndpointandtextwas empty. "Plays" column has been used as an artist instead. I removed emptytextcheck. Now it will be used as unrecognized artist column. Thenparse_song_artistsmethod will returnNoneand in the end inget_albummethod if artist track isNone, then primary album artist will be used. So it will work exactly as in 1.7.3 and before.Closes #617.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.