rinukkusu / spotify-dart

A dart library for interfacing with the Spotify API.
BSD 3-Clause "New" or "Revised" License
206 stars 92 forks source link

Handling of unknown `DeviceType`s #178

Closed hayribakici closed 10 months ago

hayribakici commented 10 months ago

This PR fixes #177 . Since the list of supported DeviceType values could not be found in the API documentation (e.g. SmartWatch), the library sets unknown enum values as DeviceType.Unknown.