Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

playItemWithIndex does not always play the correct index if you pass it in #339

Open
skeie opened this issue Jan 21, 2023 · 0 comments
Open

Comments

@skeie
Copy link

skeie commented Jan 21, 2023

*Thanks for your interest in the Spotify App Remote SDK!

Issue found on 21.jan.2023.

SDK Version:

0.7.2

OS Version:

Android 13

Scope(s):

'user-read-private',
'playlist-read',
'playlist-read-private',
'streaming',
'playlist-read-collaborative',
'user-follow-read',

Steps to reproduce:

  1. execute this code api.getPlayerApi().skipToIndex("spotify:playlist:37i9dQZF1DX186v583rmzp", 98)

Expected behaviour:

I expect if I call skipToIndex(uri, index); with a given index, it will play that index.

If I try to execute

.skipToIndex("spotify:playlist:37i9dQZF1DX186v583rmzp", 98) 

nothing happens, even though there are 100 tracks in the playlist. If I go to the spotify app an press on track 98 it plays it

Actual behaviour:

It should play track 98 if you pass it in as an index to spotify:playlist:37i9dQZF1DX186v583rmzp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant