Skip to content

Commit

Permalink
Regenerate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilsson committed Dec 14, 2023
1 parent 3f9e57b commit eb849ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/method-reference/SpotifyWebAPI.md
Original file line number Diff line number Diff line change
Expand Up @@ -868,7 +868,7 @@ https://developer.spotify.com/documentation/web-api/reference/#/operations/get-t
* string\|array additional_types Optional. Types of media to return info about.

#### Return values
* **array\|object** The user's currently playing track. Type is controlled by the `return_assoc` option.
* **array\|object\|null** The user's currently playing track or null if nothing's currently playing. Type is controlled by the `return_assoc` option.

---
### getMyDevices
Expand Down Expand Up @@ -902,7 +902,7 @@ https://developer.spotify.com/documentation/web-api/reference/#/operations/get-i
* string\|array additional_types Optional. Types of media to return info about.

#### Return values
* **array\|object** The user's playback information. Type is controlled by the `return_assoc` option.
* **array\|object\|null** The user's playback information or null if nothing's currently playing. Type is controlled by the `return_assoc` option.

---
### getMyPlaylists
Expand Down

0 comments on commit eb849ee

Please sign in to comment.