You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is part of a series of issues tracking progress toward bringing the Web version of this SDK in line with the mobile versions. The below (incomplete) list tracks items that haven't yet been implemented. We can update the list as we add support:
toggleShuffle
toggleRepeat
isSpotifyAppActive
seekTo
seekToRelativePosition
I have investigated and confirmed that support for all of the above does exist in the Spotify API, it just needs to be hooked up. The below are functions that I'm not sure the web API supports yet (further investigation required):
getImage
addToLibrary
The text was updated successfully, but these errors were encountered:
@banool They should also be already visible in the readme. Isn't one source of truth enough? If there is anything inaccurate or missing please consider updating the readme.
@banool fair enough. We could adopt the Spotify package for the missing features to minimize the effort and also see how nicely the two packages play together. Eventually we could reimplement the old features with it.
This is part of a series of issues tracking progress toward bringing the Web version of this SDK in line with the mobile versions. The below (incomplete) list tracks items that haven't yet been implemented. We can update the list as we add support:
toggleShuffle
toggleRepeat
isSpotifyAppActive
seekTo
seekToRelativePosition
I have investigated and confirmed that support for all of the above does exist in the Spotify API, it just needs to be hooked up. The below are functions that I'm not sure the web API supports yet (further investigation required):
getImage
addToLibrary
The text was updated successfully, but these errors were encountered: