mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-07 04:18:48 +02:00
Fix updatedAt not updating
This commit is contained in:
@@ -319,6 +319,7 @@ class PlayerHandler {
|
||||
if serverIsNewerThanLocal && currentTimeIsDifferent {
|
||||
session.update {
|
||||
session.currentTime = serverCurrentTime
|
||||
session.updatedAt = serverLastUpdate
|
||||
}
|
||||
self.seek(amount: session.currentTime)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user