Skip to content

Conversation

@bangarumahesh22
Copy link

…upport for the smart_shuffle parameter returned by Spotify's API. Changes: - Added smart_shuffle field (Boolean) to CurrentlyPlayingContext class - Added getter method getSmart_shuffle() - Updated constructor to initialize smart_shuffle - Updated toString() method to include smart_shuffle - Added smart_shuffle field and setter in Builder class - Added smart_shuffle parsing in JsonUtil class Fixes #430

…pport for the smart_shuffle parameter returned by Spotify's API. Changes: - Added smart_shuffle field (Boolean) to CurrentlyPlayingContext class - Added getter method getSmart_shuffle() - Updated constructor to initialize smart_shuffle - Updated toString() method to include smart_shuffle - Added smart_shuffle field and setter in Builder class - Added smart_shuffle parsing in JsonUtil class Fixes spotify-web-api-java#430
Copy link
Member

@dargmuesli dargmuesli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please keep our indentation style

Adjusted indentation of setSmart_shuffle() call and its ternary operator to align with the existing code style used for similar setter methods. This addresses the review feedback from dargmuesli.
@dargmuesli
Copy link
Member

@bangarumahesh22 are you coding yourself or are you submitting ai generated code?

@bangarumahesh22

This comment was marked as spam.

@dargmuesli
Copy link
Member

This is the most AI-y answer I could have imagined. Get a better LLM 😭🙏

@dargmuesli dargmuesli closed this Nov 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: add smart_shuffle to CurrentlyPlayingContext

2 participants