mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-27 13:54:01 +02:00
Fix missing fields in PlaybackSession
This commit is contained in:
@@ -223,6 +223,7 @@ class PlayerHandler {
|
||||
session.update {
|
||||
session.currentTime = playerCurrentTime
|
||||
session.timeListening += listeningTimePassedSinceLastSync
|
||||
session.updatedAt = Date().timeIntervalSince1970
|
||||
}
|
||||
listeningTimePassedSinceLastSync = 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user