-
Notifications
You must be signed in to change notification settings - Fork 216
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
get_library_songs() returns 'album': None for all songs #548
Comments
Meanwhile, I was able to track down the issue to parse_playlist_items() in parsers/playlists.py: |
This is the responsible commit: b2113db Maybe we need to add a flag to determine the index based on the keys present. The views column was added, which caused a shift of the albums to the right |
I have never seen |
Yeah.. seems that was part of the same A/B test I was caught in. I reverted it also in the linked PR. Can you test with that if everything works ok?
|
Changes in ytmusicapi 1.5.2 have broken the parsing of albums in get_library_songs(): Instead of the actual album, 'album': None is returned for all songs.
This problem is not present in ytmusicapi 1.5.1 but mainfest in ytmusicapi 1.5.2 and ytmusicapi main as of 2024-02-18
The text was updated successfully, but these errors were encountered: