mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-04-20 05:59:44 +00:00
Fix:Mark media as finished if less than 5 seconds remain on a sync and call progress sync again when last track ends #635
This commit is contained in:
parent
6161daeef0
commit
93b8e11378
5 changed files with 18 additions and 6 deletions
|
|
@ -76,6 +76,7 @@ export default class LocalPlayer extends EventEmitter {
|
|||
this.loadCurrentTrack()
|
||||
} else {
|
||||
console.log(`[LocalPlayer] Ended`)
|
||||
this.emit('finished')
|
||||
}
|
||||
}
|
||||
evtError(error) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue