JohnnyCrazy / SpotifyAPI-NET

:sound: A Client for the Spotify Web API, written in C#/.NET
http://johnnycrazy.github.io/SpotifyAPI-NET/
MIT License
1.5k stars 307 forks source link

Fixed FullTrack duration_ms field. #939

Closed mx2rel closed 7 months ago

mx2rel commented 8 months ago

As I mentioned in my issue, there was bug with loading FullTrack info of local tracks. I've fixed it in this pull.

JohnnyCrazy commented 7 months ago

I've just checked this with a new playlist, and it seems like local files have the correct durationMs type of int again.

Closing it for now. If you still see this, please send over an example call to reproduce, thanks!