Members
- 
			spotify :Spotify
- 
	DescriptionThe spotify client. Details
Methods
- 
			save() → {Promise.<(Status|HTTPError|ApiError)>}
- 
	DescriptionShortcut to save the episode. ReturnsDetails
- 
			remove() → {Promise.<(Status|HTTPError|ApiError)>}
- 
	DescriptionShortcut to remove the episode. ReturnsDetails
- 
			starred() → {Promise.<(Status|HTTPError|ApiError)>}
- 
	DescriptionShortcut to check if a episodes saved in the current Spotify user's library. ReturnsDetails
- 
			queue( device ) → {Promise.<(Status|HTTPError|ApiError)>}
- 
	DescriptionShortcut to queue an episode. ParametersName Type Description devicestring The id of the device this command is targeting. If not supplied, the user's currently active device is the target. ReturnsDetails