mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
merge
This commit is contained in:
commit
069877fa2d
@ -1023,6 +1023,7 @@
|
||||
this.video.currentTime = 0;
|
||||
break;
|
||||
case "end": /* Seek to end */
|
||||
if (this.video.currentTime != this.video.duration)
|
||||
this.video.currentTime = (this.video.duration || this.maxCurrentTimeSeen / 1000);
|
||||
break;
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user