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

Web SDK accounts for undefined values in restrictions #119

Closed nzoschke closed 2 years ago

nzoschke commented 3 years ago

According to the WebPlaybackState Object docs, the disallowed fields can be "undefined, which indicates the particular operation is allowed".

This defaults undefined values for skipping_next to true.

Fixes #118