mirror of
				https://github.com/advplyr/audiobookshelf.git
				synced 2025-10-27 11:18:14 +01:00 
			
		
		
		
	Merge branch 'master' of https://github.com/advplyr/audiobookshelf
This commit is contained in:
		
						commit
						381a81e4bb
					
				| @ -78,6 +78,7 @@ class PlaybackSessionManager { | ||||
|       session = new PlaybackSession(sessionJson) | ||||
|       await this.db.insertEntity('session', session) | ||||
|     } else { | ||||
|       session.currentTime = sessionJson.currentTime | ||||
|       session.timeListening = sessionJson.timeListening | ||||
|       session.updatedAt = sessionJson.updatedAt | ||||
|       session.date = date.format(new Date(), 'YYYY-MM-DD') | ||||
| @ -267,4 +268,4 @@ class PlaybackSessionManager { | ||||
|     } | ||||
|   } | ||||
| } | ||||
| module.exports = PlaybackSessionManager | ||||
| module.exports = PlaybackSessionManager | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user