-
Notifications
You must be signed in to change notification settings - Fork 124
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
Conversation
.start_uris_playback(uri, device, offset, position) | ||
.await | ||
.unwrap(); | ||
if let Some(uri) = uri { |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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
Everything else looks good to me. |
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. |
Great point! |
Just updated the changelog, this is ready to be merged. I'll make a new PR with the reminder about the changelog. |
Description
This fixes #279
Dependencies
None
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
The CI passes perfectly.