adamint / spotify-web-api-kotlin

Spotify Web API wrapper for Kotlin, Java, JS, and Native - Targets JVM, Android, JS (browser), Native (Desktop), and Apple tvOS/iOS. Includes a Spotify Web Playback SDK wrapper for Kotlin/JS, and a spotify-auth wrapper for Kotlin/Android.
https://adamint.github.io/spotify-web-api-kotlin-docs/
MIT License
194 stars 21 forks source link

Mistake in documentation #340

Open Drinevskiy opened 3 months ago

Drinevskiy commented 3 months ago

The documentation states that data class SpotifyMetadataChangedData has property trackLengthInSec but the value that is stored in it is represented in milliseconds.