brim-borium / spotify_sdk

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

web player state track includes relinking URI #122

Closed nzoschke closed 3 years ago

nzoschke commented 3 years ago

On the web playback SDK, player state events can include track relinking metadata.

While this is not documented on the WebPlaybackTrack Object, track objects sometimes have a linked_from object as documented in the Track Relinking Guide.

This copies the linked_from.uri property into Track.linkedFromUri.

Fixes #53