-
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
loadNext() always fails with error
No media was loaded first, use load method.
To Reproduce
await client.load(href1, options1)
await client.play()
await client.loadNext(href2, options2)Expected behavior
My original expectations was that loadNext whould just act as load() if nothing was already loaded.
Second best thing is that I manually have to make the first load() and then ladNext() for each subsequent track.
Environment (please complete the following information):
Node 22 and 24.
Reactions are currently unavailable
Metadata
Metadata
Labels
bugSomething isn't workingSomething isn't working