Compare commits

..

No commits in common. "5e5a988f7a4080a92c1943a7d02fec739a72d6f9" and "d01a7cb756f62fe4047c8e29df7d92b3d3435a99" have entirely different histories.

View file

@ -246,10 +246,9 @@ class MediaProgress extends Model {
// For local sync
if (progressPayload.lastUpdate) {
this.updatedAt = progressPayload.lastUpdate
this.changed('updatedAt', true)
}
return this.save({ silent: !!progressPayload.lastUpdate })
return this.save()
}
}