Spotify4Unity icon indicating copy to clipboard operation
Spotify4Unity copied to clipboard

Podcasts Context.Item Null

Open bh679 opened this issue 2 years ago • 0 comments

When playing a podcast episode in Spotify,

using SpotifyAPI.Web; in a SpotifyServiceListener, like SpotifyPlayerListener.cs

CurrentlyPlayingContext newContext = await _client.Player.GetCurrentPlayback();

newContext.Item is null

bh679 avatar Nov 03 '22 09:11 bh679