* Updated `SpotifyClient.GetAlbumFavorites` method to correctly sort results based upon the `sortResult` argument setting; true to sort by name ascending, false to sort by AddedAt descending.
* Updated `SpotifyClient.GetEpisodeFavorites` method to correctly sort results based upon the `sortResult` argument setting; true to sort by name ascending, false to sort by AddedAt descending.
* Updated `SpotifyClient.GetShowFavorites` method to correctly sort results based upon the `sortResult` argument setting; true to sort by name ascending, false to sort by AddedAt descending.
* Updated `SpotifyClient.GetTrackFavorites` method to correctly sort results based upon the `sortResult` argument setting; true to sort by name ascending, false to sort by AddedAt descending.