mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-30 22:59:35 +02:00
Fix missing fields in PlaybackSession
This commit is contained in:
parent
911e46c4f0
commit
f655f89c49
3 changed files with 3 additions and 2 deletions
|
@ -186,7 +186,7 @@ extension LocalLibraryItem {
|
|||
duration: self.getDuration(),
|
||||
playMethod: PlayMethod.local.rawValue,
|
||||
startedAt: dateNow,
|
||||
updatedAt: 0,
|
||||
updatedAt: dateNow,
|
||||
timeListening: 0.0,
|
||||
audioTracks: audioTracks,
|
||||
currentTime: mediaProgress?.currentTime ?? 0.0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue