mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 15:26:01 +03:00
[PR #272] [CLOSED] Fixed parsing error in get_albums_for_artist #590
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#590
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/272
Author: @fabi321
Created: 5/8/2022
Status: ❌ Closed
Base:
master← Head:parsing_fix📝 Commits (2)
0fb1dc8Fixed parsing error in get_albums_for_artist8b7ab76Changed return type to list📊 Changes
1 file changed (+7 additions, -5 deletions)
View changed files
📝
ytmusicapi/mixins/browsing.py(+7 -5)📄 Description
Fixes #271
This is not the cleanest solution, as it both changes the public facing
API, and is potentially bad. But given the almost empty responses in
cases of failures I honestly don't know any better solution.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.