brim-borium / spotify_sdk

Flutter Package to connect the spotify sdk
https://pub.dev/packages/spotify_sdk
Apache License 2.0
143 stars 81 forks source link

asRadio parameter has no effect #173

Open volgin opened 2 years ago

volgin commented 2 years ago

When SpotifySdk.play() is called with asRadio = false (default value), Spotify app still starts a radio station based on the provided track when the track stops playing.

Is this a known issue? Any workarounds?