Closed calvaris closed 7 years ago
I saw this today: https://github.com/youtube/js_mse_eme/pull/13, I hope this new commit does not always enable loop.
Can you add a param instead of overloading the loop param? Maybe 'loopn' or 'loopcount'.
Sure I can, but how shuld any override the other? Does loop=true always spin forever? Doesn't loop=true spin forever but it is still necessary for loopcount to take effect?
loop should override loopcount since it is a switch that can be set on the UI at any time.
This functionality seems to have been lost with the last merges