Skip to content
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

Fix artist.get_bio_content() when bio is empty + other test fixes #370

Merged
merged 5 commits into from Aug 2, 2021

Conversation

hugovk
Copy link
Member

@hugovk hugovk commented Aug 2, 2021

Changes proposed in this pull request:

Code fixes:

Test fixes:

Test updates:

  • Update pre-commit and add quarterly autoupdate_schedule

Compare with #326:

{
"artist": {
"ontour": 0,
"stats": {
"playcount": 8,
"listeners": 6
},
"mbid": "",
"image": [
{
"size": "small",
"#text": "https://lastfm.freetls.fastly.net/i/u/34s/2a96cbd8b46e442fc41c2b86b821562f.png"
},
{
"size": "medium",
"#text": "https://lastfm.freetls.fastly.net/i/u/64s/2a96cbd8b46e442fc41c2b86b821562f.png"
},
{
"size": "large",
"#text": "https://lastfm.freetls.fastly.net/i/u/174s/2a96cbd8b46e442fc41c2b86b821562f.png"
},
{
"size": "extralarge",
"#text": "https://lastfm.freetls.fastly.net/i/u/300x300/2a96cbd8b46e442fc41c2b86b821562f.png"
},
{
"size": "mega",
"#text": "https://lastfm.freetls.fastly.net/i/u/300x300/2a96cbd8b46e442fc41c2b86b821562f.png"
},
{
"size": "",
"#text": "https://lastfm.freetls.fastly.net/i/u/300x300/2a96cbd8b46e442fc41c2b86b821562f.png"
}
],
"similar": "",
"streamable": "0",
"tags": "",
"name": "Mr Sizef   Unquote",
"url": "https://www.last.fm/music/Mr+Sizef+++Unquote"
}
}

@hugovk hugovk added the changelog: Fixed For any bug fixes label Aug 2, 2021
@hugovk
Copy link
Member Author

hugovk commented Aug 2, 2021

Some race issue with test_love/test_unlove, not going to worry about it for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog: Fixed For any bug fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant