Results 3 issues of rolflocher

This is received when setting the playback speed and trying to enqueue a song, but infrequently. Searching the web for Code -3000 yields no results.

`playerStateDidChange(_ playerState: SPTAppRemotePlayerState)` is a core service that distinguishes the ios-sdk from the Web API. Unfortunately, it is often called with player state changes that are not relevant to developers....

Right now, I am using the incoming playerstate uri to check if a new song has started playing. But if a user has the same song played twice, there is...