Skip to content

Instantly share code, notes, and snippets.

@gkatsev
Last active August 29, 2015 14:01
Show Gist options
  • Save gkatsev/4fb70d255b08ae5ce1d3 to your computer and use it in GitHub Desktop.
Save gkatsev/4fb70d255b08ae5ce1d3 to your computer and use it in GitHub Desktop.
In case you weren't sure what this function does.
/**
* Update the player duration
*/
updateDuration = function(playlist) {
// update the duration
player.duration(totalDuration(playlist));
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment