You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I refer #466
when I was initializing, song used an empty object, and then I wanted to use addPlaylist to dynamically update the playlist, but it didn't work properly, and it would generate "Uncaught (in promise) DOMException: The element has no supported sources." error
Issue description
I refer #466
when I was initializing, song used an empty object, and then I wanted to use addPlaylist to dynamically update the playlist, but it didn't work properly, and it would generate "Uncaught (in promise) DOMException: The element has no supported sources." error
import
initializing:
addPlaylist & play :
Environment
Version: 5.3.2
Steps to reproduce the issue
What is expected?
Dynamically update current playlist
Link to where issue can be reproduced
I copied blue player and added a test add playlist dom to bind the call function.
Reproduce codepen link: https://codepen.io/hsienw/pen/yLbmpgG?editors=1111
Additional details / screenshots
The text was updated successfully, but these errors were encountered: