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

Make FullTrack.id optional #282

Merged
merged 11 commits into from
Nov 21, 2021
Merged

Make FullTrack.id optional #282

merged 11 commits into from
Nov 21, 2021

Conversation

marioortizmanero
Copy link
Collaborator

@marioortizmanero marioortizmanero commented Nov 19, 2021

Description

This fixes #279

Dependencies

None

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

How Has This Been Tested?

The CI passes perfectly.

.start_uris_playback(uri, device, offset, position)
.await
.unwrap();
if let Some(uri) = uri {
Copy link
Owner

Choose a reason for hiding this comment

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

Is it necessary to extract the uri variable? It seems that uri will not be used later

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

It's used in start_uris_playback

@ramsayleung
Copy link
Owner

Everything else looks good to me.

@marioortizmanero
Copy link
Collaborator Author

marioortizmanero commented Nov 20, 2021

Whoops, I have to add these changes to the changelog before this is merged. We should probably add a reminder for this in the PR template.

@ramsayleung
Copy link
Owner

We should probably add a reminder for this in the PR template.

Great point!

@marioortizmanero
Copy link
Collaborator Author

Just updated the changelog, this is ready to be merged. I'll make a new PR with the reminder about the changelog.

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.

TrackId in FullTrack can be null
2 participants