Spanfile/Ferrispot

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

ShayBox opened this issue · 0 comments

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)