mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-05-31 03:05:23 -04:00
Add: route for syncing local progress from app
This commit is contained in:
@@ -5,7 +5,6 @@ class UserAudiobookData {
|
||||
constructor(progress) {
|
||||
this.audiobookId = null
|
||||
|
||||
this.id = null
|
||||
this.totalDuration = null // seconds
|
||||
this.progress = null // 0 to 1
|
||||
this.currentTime = null // seconds
|
||||
|
||||
Reference in New Issue
Block a user