This PR is a catch up regarding the return type Map<String, bool> of the Me.isFollowing, TracksMe.contains and Playlist.followedBy methods, which are now marked as deprecated and are replaced by Me.containsFollowing, TracksMe.containsTracks and Playlist.followedByUsers.
This PR is a catch up regarding the return type
Map<String, bool>
of theMe.isFollowing
,TracksMe.contains
andPlaylist.followedBy
methods, which are now marked as deprecated and are replaced byMe.containsFollowing
,TracksMe.containsTracks
andPlaylist.followedByUsers
.