зеркало из https://github.com/mozilla/popcorn-js.git
[#1117] Bug on trackstart and trackend while seeking backwards.
This commit is contained in:
Родитель
7f16423838
Коммит
734334a6ee
|
@ -1200,7 +1200,7 @@
|
||||||
natives.end.call( obj, event, byStart );
|
natives.end.call( obj, event, byStart );
|
||||||
|
|
||||||
obj.emit( trackend,
|
obj.emit( trackend,
|
||||||
Popcorn.extend({}, byEnd, {
|
Popcorn.extend({}, byStart, {
|
||||||
plugin: type,
|
plugin: type,
|
||||||
type: trackend
|
type: trackend
|
||||||
})
|
})
|
||||||
|
@ -1237,7 +1237,7 @@
|
||||||
natives.start.call( obj, event, byEnd );
|
natives.start.call( obj, event, byEnd );
|
||||||
|
|
||||||
obj.emit( trackstart,
|
obj.emit( trackstart,
|
||||||
Popcorn.extend({}, byStart, {
|
Popcorn.extend({}, byEnd, {
|
||||||
plugin: type,
|
plugin: type,
|
||||||
type: trackstart
|
type: trackstart
|
||||||
})
|
})
|
||||||
|
|
Загрузка…
Ссылка в новой задаче