mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-10 01:15:06 +02:00
Fix:Close open playback session on server when local playback session syncing from mobile
This commit is contained in:
parent
702ee3d350
commit
6dec750d3e
3 changed files with 21 additions and 8 deletions
|
@ -72,7 +72,7 @@ class MediaProgress {
|
|||
}
|
||||
|
||||
update(payload) {
|
||||
var hasUpdates = false
|
||||
let hasUpdates = false
|
||||
for (const key in payload) {
|
||||
if (this[key] !== undefined && payload[key] !== this[key]) {
|
||||
if (key === 'isFinished') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue