-
Notifications
You must be signed in to change notification settings - Fork 123
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
Help needed with adding to the queue #322
Comments
If I add a reference to code let current_track = tracks.pop();
let track_id = current_track.unwrap().track.unwrap().id();
client.add_item_to_queue(&track_id.unwrap(), None); Error
I also updated the repo if that is any helpful to you with those 3 lines of code |
Ah sorry, I removed my comment because I had misread it. It looks like the repository you shared is private and I can't see the files. Also, it looks like you want to return a This will probably become a bit easier to use after #305 is merged and released in the next version. Maybe you should try with that? I'll try to bump it soon. |
Sorry I made it public now And I tried lots of different things with the Maybe I have to put a hold on this project and revisit it when #305 is merged |
Yeah I think that's not possible until #305, sorry for the inconveniences! We'll try to get it merged this/next week and I'll ping you to get some feedback. |
It is okay I will wait till #305 gets merged don't rush it I got plenty of other things to do Thanks for your quick support |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Not really a bug but more a question for help.
I am trying to put a song in the queue and then play it after 35 seconds skip it and repeat.
but I get errors I'm stuck on this for a few days now and it is really demotivating.
I hope I don't break any rules I just need a little help.
Reposetory
File in question
my code
Errors I get
Not in the current state of the repo but in this statehttps://pastebin.com/bjdXZyTz
I am pretty new to rust
The text was updated successfully, but these errors were encountered: