Skip to content

Commit

Permalink
[ 1.0.22 ] * Re-updated underlying spotifywebapiPython package requ…
Browse files Browse the repository at this point in the history
…irement to version 1.0.44.
  • Loading branch information
thlucas1 committed Jun 8, 2024
1 parent caf3dc3 commit 9dc1650
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Change are listed in reverse chronological order (newest to oldest).

<span class="changelog">

###### [ 1.0.22 ] - 2024/06/07

* Re-updated underlying `spotifywebapiPython` package requirement to version 1.0.44.

###### [ 1.0.21 ] - 2024/06/07

* Fixed a bug that caused player state to return an error every 30 seconds when playing the Spotify DJ playlist. As the Spotify Web API does not support retrieving the DJ playlist (`spotify:playlist:37i9dQZF1EYkqdzj48dyYq`), it simply returns a manually built representation of the Spotify DJ playlist with limited properties populated (uri, id, name, description, etc). Note that Spotify DJ support is not supported (as of 2024/06/07) by the Spotify Web API (this includes starting play, retrieving playlist details, retrieving playlist items, etc).
Expand Down
2 changes: 1 addition & 1 deletion custom_components/spotifyplus/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"spotifywebapiPython==1.0.44",
"urllib3>=1.21.1,<1.27"
],
"version": "1.0.21",
"version": "1.0.22",
"zeroconf": [ "_spotify-connect._tcp.local." ]
}

0 comments on commit 9dc1650

Please sign in to comment.