Closed DanielLarsenNZ closed 4 years ago
The following classes will move from SpotifyApi.NetCore.Models
to SpotifyApi.NetCore
:
Episodes
PagedArtists
PagedT
PagedEpisodes
PagedShows
PagedTracks
RepeatStates
Show
TimeRange
CurrentPlaybackContext
is now abstract, a super class for CurrentTrackPlaybackContext
and CurrentEpisodePlaybackContext
. This should be a backwards compatible with all usage (that I can think of), but if any problems, let me know.
(WIP)