Spanfile / Ferrispot

A wrapper for the Spotify Web API
Apache License 2.0
1 stars 1 forks source link

Spotify returned an unexpected empty response (HTTP 204 No Content) #6

Closed ShayBox closed 6 months ago

ShayBox commented 6 months ago

spotify.currently_playing_item().send_async().await returns a Result<Option<CurrentlyPlayingItem>, Error> but when there's no currently playing item it returns an Error instead of Ok(None)