-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ 1.0.61 ] * Added service
get_audiobook_chapters
to get Spotify ca…
…talog information about an audiobook's chapters. * Added service `get_chapter` to get Spotify catalog information about a single audiobook chapter. * Added service `check_playlist_followers` to check to see if the current user is following a specified playlist. * Added service `get_album_tracks` to get Spotify catalog information about an album's tracks. * Added service `get_artist_info` to get artist about information from the Spotify Artist Biography page for the specified Spotify artist ID. * Added service `get_playlist_items` to get full details of the items of a playlist owned by a Spotify user. * Updated service `get_spotify_connect_devices` to return a `SpotifyConnectDevices` instead of a list of `Device` instances. This contains more detailed information about the device, as well as when the list was last refreshed from real-time queries. * Updated underlying `spotifywebapiPython` package requirement to version 1.0.112.
- Loading branch information
Showing
8 changed files
with
1,192 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.