mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-26 07:46:00 +03:00
[GH-ISSUE #617] get_album returns invalid artist data for track items in 1.7.4 #421
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#421
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?
Originally created by @MarvinSchenkel on GitHub (Jul 11, 2024).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/617
As of 1.7.4, I am seeing invalid data returned for the track items list that is returned by the
get_albumfunction.Here is the debug output of an album with id "MPREb_OUaeJveVKM0":

1.7.4
1.7.3

Additional context
Add any other context about the problem here, such as a code sample.
@czifumasa commented on GitHub (Jul 11, 2024):
I think it's the result of my changes in #612.
Here's response from browse:
This is a flexColumn for an artist:
it was skipped in parsing, because it was empty and then "Plays" column has been used as an artist. I will send PR with a fix.