mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update metadata manager
This commit is contained in:
parent
a7ade97b44
commit
5f308d38a0
14 changed files with 216 additions and 116 deletions
|
@ -22,8 +22,9 @@
|
|||
var duration = this.duration;
|
||||
|
||||
if (duration) {
|
||||
if (time >= duration) {
|
||||
MediaPlayer.nextTrack();
|
||||
if (time >= (duration - 1)) {
|
||||
|
||||
onEnded();
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue