A release a day keeps the bugs away... hopefully.
Changes ⚒
- potentially breaking video search results returned by
search
now contain anartists
key, since videos can now have multiple artists. As with other endpoints, each list entry containsname
andid
of the artist. - if a song search result does not contain an album, the key
album
will beNone
again, as it was before 0.12
Fixes 🐞
- fixed several additional bugs that could cause
search
to throw an Exception - video search results now have correct
views
andduration
fields - fixed an issue with parsing the trackCount of playlists (
get_playlist
) if locale was not set correctly (#125)