This commit is contained in:
Rob Campbell 2011-11-01 17:02:44 -03:00
commit 069877fa2d

View File

@ -1023,7 +1023,8 @@
this.video.currentTime = 0;
break;
case "end": /* Seek to end */
this.video.currentTime = (this.video.duration || this.maxCurrentTimeSeen / 1000);
if (this.video.currentTime != this.video.duration)
this.video.currentTime = (this.video.duration || this.maxCurrentTimeSeen / 1000);
break;
default:
return;