mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-07 01:41:35 +00:00
Compare commits
No commits in common. "5e5a988f7a4080a92c1943a7d02fec739a72d6f9" and "d01a7cb756f62fe4047c8e29df7d92b3d3435a99" have entirely different histories.
5e5a988f7a
...
d01a7cb756
1 changed files with 1 additions and 2 deletions
|
|
@ -246,10 +246,9 @@ class MediaProgress extends Model {
|
||||||
// For local sync
|
// For local sync
|
||||||
if (progressPayload.lastUpdate) {
|
if (progressPayload.lastUpdate) {
|
||||||
this.updatedAt = progressPayload.lastUpdate
|
this.updatedAt = progressPayload.lastUpdate
|
||||||
this.changed('updatedAt', true)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return this.save({ silent: !!progressPayload.lastUpdate })
|
return this.save()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue