Fix the bug where the player repeats the first few seconds at the end

This commit is contained in:
calzoneman 2013-09-26 21:43:38 -05:00
parent 6e18e25139
commit 08a39c8857
2 changed files with 38 additions and 0 deletions

View file

@ -1,3 +1,8 @@
Thu Sep 26 21:42 2013 CDT
* www/assets/js/player.js: Keep track of the duration of the current
video and use this information to prevent the player restarting when
it receives an out of range timestamp
Thu Sep 26 13:29 2013 CDT
* lib/user.js: Some code style cleanup