mediaelement / mediaelement-plugins

Plugins for the main mediaelement project
405 stars 137 forks source link

Fix endedCallback to use sources correctly and not to read after last index #260

Open svoboi opened 3 months ago

svoboi commented 3 months ago

Now the function used after video reaches end sets only the url as a source for fetching, not the whole object.

Also the function now stops at the correct index.