-
Im using this to try to play the track, item is a FullTrack. Pausing itself works but I cannot get it to play a new track Have I done something wrong? Ive look through the docs and have been unable to find anything regarding playing a new track |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
Spotify.Player.ResumePlayback(new PlayerResumePlaybackRequest() { Uris = new List<string> { item.Uri }, OffsetParam = null, PositionMs = 0, });
Needed to set OffsetParam to null and make sure there is an active player