mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-05 10:44:32 +02:00
add duration to session when creating
This commit is contained in:
parent
5b09bd8242
commit
0c24a1e626
1 changed files with 1 additions and 0 deletions
|
@ -164,6 +164,7 @@ class PlaybackSessionManager {
|
|||
// New session from local
|
||||
session = new PlaybackSession(sessionJson)
|
||||
session.deviceInfo = deviceInfo
|
||||
session.duration = libraryItem.media.duration
|
||||
Logger.debug(`[PlaybackSessionManager] Inserting new session for "${session.displayTitle}" (${session.id})`)
|
||||
await Database.createPlaybackSession(session)
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue