Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor playOrResume #187

Merged
merged 4 commits into from
Feb 7, 2024
Merged

Conversation

hayribakici
Copy link
Collaborator

As discussed, this PR fixes #175 and depracates the method startOrResume by splitting its functionality into three new methods:

  • startWithTrackUris, which starts a new context given a list of Track ids
  • startWithContext, which starts a new context given a contextUri
  • resume, which resumes a current playback

Copy link
Owner

@rinukkusu rinukkusu left a comment

Choose a reason for hiding this comment

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

LGTM

@rinukkusu rinukkusu merged commit c8bc7c6 into rinukkusu:master Feb 7, 2024
2 checks passed
@hayribakici hayribakici deleted the refactor_playOrResume branch February 7, 2024 10:07
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.

Refactor signatures of startOrResume
2 participants