JoshLmao / Spotify4Unity

🎮🎵 Add the SpotifyAPI.NET library into Unity, enabling access to the Spotify Web API, allowing for control of Spotify and accessing the world of music
https://assetstore.unity.com/packages/tools/integration/spotify4unity-ui-tools-spotify-authorization-129028
MIT License
97 stars 8 forks source link

Podcasts Context.Item Null #51

Open bh679 opened 1 year ago

bh679 commented 1 year ago

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