
replay playlist
how can I auto replay the playlist when the last video from the playlist finishes playing?
how can I auto replay the playlist when the last video from the playlist finishes playing?
Or maybe just add the following to your setup block:
repeat:true
This might require a bit of API work. Get the length of the playlist, determine if the playlist is complete (onComplete), and if so, start back at index item 0.
Or maybe just add the following to your setup block:
repeat:true
thanks jherrieven. it's solved.
That works too. :) Ohhh over-engineering…